The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
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[@]dogado.de.
Perform a Bayesian estimation of the Exploratory Deterministic Input, Noisy “And” Gate (EDINA) cognitive diagnostic model described by Chen et al. (2018).
You can install edina
from CRAN using:
install.packages("edina")
Or, you can be on the cutting-edge development version on GitHub using:
if(!requireNamespace("devtools")) install.packages("devtools")
::install_github("tmsalab/edina") devtools
To use the edina
package, load it into R
using:
library("edina")
From there, the EDINA model can be estimated using:
= edina(<data>, chain_length = 10000) edina_model
To compute a model underneath different K attribute configured Q matrices, use:
= auto_edina(<data>, k = 2:4, chain_length = 10000) edina_model
Note: Higher K configured Q matrices take longer to estimate.
James Joseph Balamuta, Steven Andrew Culpepper, and Jeffrey A. Douglas
edina
packageTo ensure future development of the package, please cite
edina
package if used during an analysis or simulation
studies. Citation information for the package may be acquired by using
in R:
citation("edina")
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.
Health stats visible at Monitor.