The goal of edmcore
is to house a set of functions shared by many packages within the exploratory cognitive diagnostic modeling framework.
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")
The package contains class structure shared between different estimation units.
In particular, we have:
edmcore
packageTo 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")