Skip to content
Alexander Grüneberg edited this page May 4, 2015 · 8 revisions

Multivariate Gaussian Models for Genomic and Pedigree Data

Installation

MTM is not available on CRAN yet. However, it can be installed directly from GitHub using the devtools package.

  1. Install devtools package: install.packages('devtools')
  2. Load devtools package: library(devtools)
  3. Install MTM package from GitHub: install_github('QuantGen/MTM')
  4. Load MTM package: library(MTM)

Alternatively, you can download the most recent version as a bundle for Windows or Mac OS / Linux.

Documentation

Vignette