| MDISC {mirt} | R Documentation |
Returns a vector containing the MDISC values for each item in the model input object (Reckase, 2009). Note that the logistic slope parameters are divided by 1.702 to match the normal ogive metric.
MDISC(x)
x |
an object of class 'SingleGroupClass' |
Phil Chalmers rphilip.chalmers@gmail.com
Reckase, M. D. (2009). Multidimensional Item Response Theory. Springer.
## Not run: mod <- mirt(Science, 2) MDISC(mod) ## End(Not run)