The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
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)
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.