cdcatR: Cognitive Diagnostic Computerized Adaptive Testing in R

How to cite the package

Sorrel, M.A., Nájera, P., and Abad, F.J. (2020). cdcatR: Cognitive Diagnostic Computerized Adaptive Testing in R. R package version 1.0.0 Retrieved from https://github.com/miguel-sorrel/cdcatR.

Features of the package

Installation

To install this package from source: * 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).

install.packages(“devtools”)
devtools::install_github(“miguel-sorrel/cdcatR”)

A stable version of cdcatR should be shortly available at CRAN.