Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.21 KB

File metadata and controls

18 lines (15 loc) · 1.21 KB

This repository contains the R scripts used in the analysis of the case study of the manuscript.

Useful links

Getting started

  1. Either load the Rstudio project file demo.Rproj, or start an R session with the working directory set to the root repository directory.
  2. Install required packages and dependencies
install.packages(c("assertthat", "data.table", "ggdendro", "ggplot2", "IMIFA", "kml", "lcmm", "lpSolve", "magrittr", "MASS", "matrixStats", "mclust", "nlme", "scales"), dependencies = TRUE)
  1. In case you want to run the MixTVEM analysis, you'll need to fetch MixTVEM.R from https://github.com/dziakj1/MixTVEM

You should now be able to run any of the analysis scripts.