Skip to content
/ tdcm Public

Transition Diagnostic Classification Models in R

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

cotterell/tdcm

Repository files navigation

TDCM

CRAN status R-CMD-check Codecov test coverage

The ‘TDCM’ R package lets users estimate the transition diagnostic classification model (TDCM) described in Madison & Bradshaw (2018), a longitudinal extension of the log-linear cognitive diagnosis model (LCDM) in Henson, Templin & Willse (2009). 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:

# Install TDCM from CRAN
install.packages("TDCM")
# 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.

About

Transition Diagnostic Classification Models in R

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Code of conduct

Stars

Watchers

Forks

Languages