MirtTidyCoef | R Documentation |
This function produces a slightly more condensed table of IRT item parameters than using the "coef" function. directly on a mirt object. IRT parameters are prefixed by 'a', 'g' or 'b'. Slope parameters are prefixed with an 'a', difficulty parameters with a 'b' and guessing parameters are labelled 'g'.
MirtTidyCoef(mirtobj)
mirtobj |
An estimated IRT model (of class SingleGroupClass) estimated using mirt or unimirt. |
A data frame of item parameters.
## Not run:
mirt1=unimirt(mathsdata,"2")
MirtTidyCoef(mirt1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.