Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

  • Conducting CD-CAT applications in R
  • Comparing different CD-CAT applications in terms of classification accuracy and CAT length

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

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

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

About

cdcatR package development

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.