The goal of edmcore is to house a set of functions shared by many packages within the exploratory cognitive diagnostic modeling framework.

Installation

You can install the released version of edmcore from CRAN with:

install.packages("edmcore")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("tmsalab/edmcore")

Usage

To use edmcore, load the package using:

Authors

James Joseph Balamuta, Steven Andrew Culpepper, and Jeffrey Douglas

Citing the edmcore package

To ensure future development of the package, please cite edmcore package if used during the analysis or simulations. Citation information for the package may be acquired by using in R:

citation("edmcore")

License

GPL (>= 2)