Skip to content

cran/lmmprobe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LMM-PROBE

This is a package to perform sparse high-dimensional linear mixed modeling based on a partitioned empirical Bayes ECM algorithm. Please refer to the package manual for more details on the lmmprobe function.

To install the package, please follow the code snippet below:

library(devtools)
install_github("anjazgodic/lmmprobe")

Here is an example for conducting analysis using LMM-PROBE:

library(lmmprobe)
data(SLE)
Y <- matrix(real_data[,"y"], ncol=1)
Z <- real_data[,4:ncol(real_data)]
V <- matrix(real_data[,"id"], ncol=1)
ID_data <- as.numeric(as.character(real_data$id))
full_res <- lmmprobe(Y = Y, Z = Z, V = V, ID_data = ID_data)

About

❗ This is a read-only mirror of the CRAN R package repository. lmmprobe — Sparse High-Dimensional Linear Mixed Modeling with a Partitioned Empirical Bayes ECM Algorithm. Homepage: https://github.com/anjazgodic/lmmprobe Report bugs for this package: https://github.com/anjazgodic/lmmprobe/issues

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors