View source: R/MirtStockingLordRecalibrate.R
ItemParameterCompare | R Documentation |
Common items are identified automatically on the basis of shared variable names.
ItemParameterCompare(mirtobj1, mirtobj2, compare = "Difficulties")
mirtobj1 |
An estimated IRT model (of class SingleGroupClass) estimated either using the function "unimirt" or by applying the function "mirt" directly. |
mirtobj2 |
An estimated IRT model (of class SingleGroupClass) estimated either using the function "unimirt" or by applying the function "mirt" directly. |
compare |
Character string equal to "Difficulties" (the default) or "Slopes" defining which item parameters should be compared. |
## Not run:
mirt1=unimirt(mathsdata[1:250,1:10])
mirt2=unimirt(mathsdata[251:500,6:15])
ItemParameterCompare(mirt1,mirt2, compare = "Difficulties")
ItemParameterCompare(mirt1,mirt2, compare = "Slopes")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.