Skip to content
/ jmcm Public
forked from ypan1988/jmcm

Joint mean-covariance models in R using S4 classes and methods with RcppArmadillo

Notifications You must be signed in to change notification settings

kmsmgsh/jmcm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jmcm: Joint Mean-Covariance Models in R.

cran version downloads total downloads

Features

  • Efficient for large data sets, using algorithms from the Armadillo linear algebra package via the RcppArmadillo interface layer.
  • Fits joint mean-covariance models based on three Cholesky decomposition-type covariance structure modelling methods, namely modified Cholesky decomposition (MCD), alternative Cholesky decomposition (ACD) and hyperpherical parameterization of Cholesky factor (HPC).

Installation

Get the development version from github:

install.packages("devtools")
library(devtools)
devtools::install_github("ypan1988/jmcm", dependencies=TRUE)

Or the released version from CRAN:

install.packages("jmcm")

About

Joint mean-covariance models in R using S4 classes and methods with RcppArmadillo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 77.5%
  • R 21.8%
  • Shell 0.7%