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.
This package provides a framework for conducting a variety of cognitively diagnostic analyses for dichotomous and polytomous responses.
For more details, see here
For an example of how to use the package, see here
Visit here for an online reference
Below is an illustration showing some analyses that you could do using the package. You can copy the code, paste and run it in R console. For a more comprehensive example, see this tutorial.
library(GDINA)
dat <- sim10GDINA$simdat
Q <- matrix(c(1,0,0,
0,1,0,
0,0,1,
1,0,1,
0,1,1,
1,1,0,
0,0,1,
1,0,0,
1,1,1,
1,0,1),byrow = T,ncol = 3)
To avoid using fixed cutoffs and also take uncertainty in item parameter estimation into account, you may consider the stepwise method:
To further examine the q-vectors that are suggested to be modified, you can draw mesa plots:
# test level absolute fit
mft <- modelfit(est)
mft
# item level absolute fit
ift <- itemfit(est)
ift
summary(ift)
plot(ift)
If you would like to contribute an example to this website, please send me your .Rmd file.
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.