Skip to content

hwzhousite/LongitudinalClustering

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LongitudinalClustering

This is a sample code for longitudinal clustering project "Cluster Analysis of Longitudinal Profiles with Subgroups".

Getting Started

Prerequisites

The sample code is built under software R (https://www.r-project.org). Please have the following packages installed in your machine. install.packages("plyr");

install.packages(fda);#bspline basis

install.packages(Matrix);

install.packages(matrixcalc);

install.packages(igraph);

install.packages(Rcpp);

install.packages(RcppArmadillo);

Running the tests

We provide a sample data set in sampledata.txt. Please run sample.R to test the clustering algorithm.

Reference

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 78.3%
  • R 21.7%