slcm
Perform a Bayesian estimation of the exploratory Sparse Latent Class Model for Binary Data described by Chen, Y., Culpepper, S. A., and Liang, F. (2020) <https://doi.org/10.1007/s11336-019-09693-2>
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
✓DOI references
Found 1 DOI reference(s) in README -
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.2%) to scientific vocabulary
Keywords
Repository
Perform a Bayesian estimation of the exploratory Sparse Latent Class Model for Binary Data described by Chen, Y., Culpepper, S. A., and Liang, F. (2020) <https://doi.org/10.1007/s11336-019-09693-2>
Basic Info
- Host: GitHub
- Owner: tmsalab
- Language: C++
- Default Branch: main
- Homepage: https://tmsalab.github.io/slcm/
- Size: 429 KB
Statistics
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 1
Topics
Metadata Files
README.md
slcm
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.
Installation
You can install the released version of slcm from CRAN with:
r
install.packages("slcm")
Or, you can be on the cutting-edge development version on GitHub using:
``` r
install.packages("devtools")
devtools::install_github("tmsalab/slcm") ```
Usage
To use slcm, load the package using:
r
library("slcm")
From here, the SLCM model can be estimated using:
r
model_slcm = slcm::slcm(
y = <data>,
k = <k>
)
Authors
James Joseph Balamuta and Steven Andrew Culpepper
Citing the slcm package
To 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:
r
citation("slcm")
License
GPL (>= 2)
Owner
- Name: TMSA Lab @ UIUC
- Login: tmsalab
- Kind: organization
- Repositories: 24
- Profile: https://github.com/tmsalab
Testing Measurement and Statistical Analysis Lab at the University of Illinois (UIUC)
GitHub Events
Total
- Push event: 1
Last Year
- Push event: 1
Committers
Last synced: 9 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| James J Balamuta | j****a@g****m | 28 |
Issues and Pull Requests
Last synced: 9 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 172 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
- Total maintainers: 1
cran.r-project.org: slcm
Sparse Latent Class Model for Cognitive Diagnosis
- Homepage: https://github.com/tmsalab/slcm
- Documentation: http://cran.r-project.org/web/packages/slcm/slcm.pdf
- License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
-
Latest release: 0.1.0
published over 2 years ago