Skip to content

Latest commit

 

History

History
executable file
·
21 lines (16 loc) · 652 Bytes

README.md

File metadata and controls

executable file
·
21 lines (16 loc) · 652 Bytes

R-package: MODEST

Integrates results across replicated STRUCTURE runs spanning a large rang of K values.

WORK IN PROGRESS

###Installing

With devtools (accessible from CRAN) MODEST can be installed by:

devtools::install_github("petrikemppainen/MODEST")

This downloads the source directly from github and builds the vignettes and thus requires LaTeX to be installed on your computer.

Alternatively, download the source file directly and install by:

install.packages("/path_to/source_file", repos = NULL, type = "source")

Please install and follow package documentation for more information.