View source: R/MirtToClassical.R
MirtToClassical | R Documentation |
This function extracts the data from a IRT model estimated using "mirt". Then, if there are no missing item scores, it produces a data frame containing the usual classical test statistics.
MirtToClassical(mirtobj)
mirtobj |
An estimated IRT model (of class SingleGroupClass) estimated either using mirt or unimirt. |
mirt1<-unimirt(mathsdata[1:100,1:10],"Rasch")
MirtToClassical(mirt1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.