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 4 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.3%) to scientific vocabulary
Keywords
package
r
r-package
statistics
Last synced: 10 months ago
·
JSON representation
Repository
Transition Diagnostic Classification Models in R
Basic Info
- Host: GitHub
- Owner: cotterell
- License: other
- Language: R
- Default Branch: main
- Homepage: https://cotterell.github.io/tdcm/
- Size: 7.69 MB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
- Releases: 1
Topics
package
r
r-package
statistics
Created about 4 years ago
· Last pushed over 1 year ago
Metadata Files
Readme
Changelog
Contributing
License
Code of conduct
Codeowners
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.ext = "png",
dpi = 300,
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# TDCM
[](https://CRAN.R-project.org/package=TDCM)
[](https://github.com/cotterell/tdcm/actions/workflows/R-CMD-check.yaml)
[](https://app.codecov.io/gh/cotterell/tdcm?branch=main)
The '**TDCM**' R package lets users estimate the transition diagnostic
classification model (TDCM) described in
[Madison & Bradshaw (2018)](https://doi.org/10.1007/s11336-018-9638-5), a
longitudinal extension of the log-linear cognitive diagnosis model (LCDM) in
[Henson, Templin & Willse (2009)](https://doi.org/10.1007/s11336-008-9089-5). As
the LCDM subsumes many other diagnostic classification models (DCMs), many other
DCMs can be estimated longitudinally via the TDCM framework. The 'TDCM' package
includes functions to estimate the single-group and multigroup TDCM, summarize
results of interest including item parameters, growth proportions, transition
probabilities, transitional reliability, attribute correlations, model fit, and
growth plots.
## Installation
You can install the 'TDCM' package like so:
::: .pkgdown-release
``` {r, eval=FALSE}
# Install TDCM from CRAN
install.packages("TDCM")
```
:::
``` {r, eval=FALSE}
# Install the latest development version of TDCM from GitHub:
if (!require("devtools")) install.packages("devtools")
devtools::install_github("cotterell/tdcm")
```
## Getting Started
See `vignette("TDCM", package = "TDCM")` or for an overview of the 'TDCM'
package.
Owner
- Name: Michael E. Cotterell Research Group
- Login: cotterell
- Kind: organization
- Email: mepcott@uga.edu
- Location: Athens, GA, USA
- Website: https://cotterell.github.io/
- Repositories: 3
- Profile: https://github.com/cotterell
Research projects under Dr. Michael E. Cotterell
GitHub Events
Total
- Issues event: 1
- Watch event: 1
- Delete event: 1
- Push event: 22
- Pull request event: 2
- Create event: 1
Last Year
- Issues event: 1
- Watch event: 1
- Delete event: 1
- Push event: 22
- Pull request event: 2
- Create event: 1
Packages
- Total packages: 1
-
Total downloads:
- cran 97 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
- Total maintainers: 1
cran.r-project.org: TDCM
The Transition Diagnostic Classification Model Framework
- Homepage: https://github.com/cotterell/tdcm
- Documentation: http://cran.r-project.org/web/packages/TDCM/TDCM.pdf
- License: MIT + file LICENSE
-
Latest release: 0.1.0
published over 2 years ago
Rankings
Dependent packages count: 28.2%
Dependent repos count: 36.1%
Average: 49.6%
Downloads: 84.5%
Maintainers (1)
Last synced:
10 months ago
Dependencies
DESCRIPTION
cran
- R >= 4.2 depends
- commonmark * suggests
- knitr * suggests
- rmarkdown * suggests
- testthat >= 3.0.0 suggests
.github/workflows/pkgdown.yaml
actions
- JamesIves/github-pages-deploy-action 4.1.4 composite
- actions/checkout v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/test-coverage.yaml
actions
- actions/checkout v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/R-CMD-check.yaml
actions
- actions/checkout v3 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/pr-commands.yaml
actions
- actions/checkout v3 composite
- r-lib/actions/pr-fetch v2 composite
- r-lib/actions/pr-push v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite