View source: R/MirtTidyCoefSE.R
MirtTidyCoefSE | 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'. Standard errors are included in the same table. Note that if the original IRT model was estimated without the option "SE=TRUE" then this function will give an error.
MirtTidyCoefSE(mirtobj)
mirtobj |
An estimated IRT model (of class SingleGroupClass) estimated either using mirt or unimirt. |
A data frame of item parameters and associated standard errors.
## Not run:
mirt1=unimirt(mathsdata,"2",SE=TRUE)
MirtTidyCoefSE(mirt1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.