cdcatR: Cognitive Diagnostic Computerized Adaptive Testing in R

CRAN_Status_Badge

How to cite the package

Sorrel, M.A., Nájera, P., and Abad, F.J. (2021). cdcatR: Cognitive Diagnostic Computerized Adaptive Testing in R. R package version 1.0.6 Retrieved from https://cran.r-project.org/package=cdcatR.

Features of the package

Installation

A stable version of cdcatR is available at CRAN and can be installed using:

install.packages("cdcatR")

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 remotes package (if necessary), and install the package from the Github source code.

``` #install.packages(“remotes”) remotes::install_github(“miguel-sorrel/cdcatR”)