View source: R/MirtStockingLordRecalibrate.R
ExpectedScoreCompare | R Documentation |
Common items are identified automatically on the basis of shared variable names.
ExpectedScoreCompare(mirtobj1, mirtobj2, lab1 = NULL, lab2 = NULL)
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. |
lab1 |
Optional character string that can be added to change labelling of object 1 in the chart. |
lab2 |
Optional character string that can be added to change labelling of object 2 in the chart. |
## Not run:
mirt1=unimirt(mathsdata[1:250,1:10])
mirt2=unimirt(mathsdata[251:500,6:15])
ExpectedScoreCompare(mirt1,mirt2)
mirt2.rescale=MirtObjectRecalibrate(mirt1,mirt2)
ExpectedScoreCompare(mirt1,mirt2.rescale)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.