Skip to content

anjazgodic/lmmprobe

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published