The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
The goal of hmcdm
is to provide an implementation of
Hidden Markov Cognitive Diagnosis Models for Learning.
You can install hmcdm
from CRAN using:
install.packages("hmcdm")
Or, you can be on the cutting-edge development version on GitHub using:
if(!requireNamespace("remotes")) install.packages("remotes")
::install_github("tmsalab/hmcdm") remotes
To use hmcdm
, load the package using:
library("hmcdm")
Susu Zhang, Shiyu Wang, Yinghan Chen, and Sunbeom Kwon
To ensure future development of the package, please cite
hmcdm
package if used during an analysis or simulation
study. Citation information for the package may be acquired by using in
R:
citation("hmcdm")
GPL (>= 2)
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.