philips-labs / demo-clustering-longitudinal-data

Supplementary materials for the manuscript "Clustering of longitudinal data: A tutorial on a variety of approaches" by N. G. P. Den Teuling, S.C. Pauws, and E.R. van den Heuvel (2021)

Home Page:https://arxiv.org/abs/2111.05469

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Supplementary materials for the manuscript "Clustering of longitudinal data: A tutorial on a variety of approaches" by N. G. P. Den Teuling, S.C. Pauws, and E.R. van den Heuvel (2021)

https://arxiv.org/abs/2111.05469

License:MIT License


Languages

Language:R 100.0%