GDINA Package for Cognitively Diagnostic Analyses

Project Status: Active ? The project has reached a stable, usable state and is being actively developed. R-CMD-check CRAN_Status_Badge

How to cite the package

Ma, W. & de la Torre, J. (2020). GDINA: An R Package for Cognitive Diagnosis Modeling. Journal of Statistical Software, 93(14), 1-26. https://doi.org/10.18637/jss.v093.i14

Visit the package website https://wenchao-ma.github.io/GDINA/ for examples, tutorials and more information.

Learning resources

Features of the package

Installation

The stable version of GDINA should be installed from R CRAN at here

To install this package from source:

  1. Windows users may need to install the Rtools and include the checkbox option of installing Rtools to their path for easier command line usage. Mac users will have to download the necessary tools from the Xcode and its related command line tools (found within Xcode’s Preference Pane under Downloads/Components); most Linux distributions should already have up to date compilers (or if not they can be updated easily).

  2. Install the devtools package (if necessary), and install the package from the Github source code.

# install.packages("devtools")
devtools::install_github("Wenchao-Ma/GDINA")