-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Alexander Grüneberg edited this page May 4, 2015
·
8 revisions
MTM is not available on CRAN yet. However, it can be installed directly from GitHub using the devtools package.
- Install
devtools
package:install.packages('devtools')
- Load
devtools
package:library(devtools)
- Install
MTM
package from GitHub:install_github('QuantGen/MTM')
- Load
MTM
package:library(MTM)
Alternatively, you can download the most recent version as a bundle for Windows or Mac OS / Linux.