11.7 An example: estimating parameters
Now let us fit the DINA model to the data and estimate attribute profiles using three different approaches:
Code
library(GDINA)
<- GDINA(Y, Q15, model = "DINA", verbose = 0)
est <- personparm(est, what = "MLE")
MLE <- personparm(est, what = "MAP")
MAP <- personparm(est, what = "EAP") EAP