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.
The goal of slcm
is to provide an implementation of the
exploratory Sparse Latent Class Model (SLCM) for Binary Data described
by Chen, Y., Culpepper, S. A., and Liang, F. (2020) doi:10.1007/s11336-019-09693-2.
This package contains a new implementation of the proposed SLCM based
on the paper. You may find original papers implementation in the inst/
folder of the package.
You can install the released version of slcm from CRAN with:
install.packages("slcm")
Or, you can be on the cutting-edge development version on GitHub using:
# install.packages("devtools")
::install_github("tmsalab/slcm") devtools
To use slcm
, load the package using:
library("slcm")
From here, the SLCM model can be estimated using:
= slcm::slcm(
model_slcm y = <data>,
k = <k>
)
James Joseph Balamuta and Steven Andrew Culpepper
slcm
packageTo ensure future development of the package, please cite
slcm
package if used during an analysis or simulation
study. Citation information for the package may be acquired by using in
R:
citation("slcm")
GPL (>= 2)
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.