CSEMfromMirt | R Documentation |
Calculates the conditional standard error of measurement at each unit true score on the test (totalled across a given selection of items). This is defined as the standard deviation of observed scores given the true score.
CSEMfromMirt(mirtobj, which.items = NULL)
mirtobj |
An estimated IRT model (of class SingleGroupClass) estimated either using mirt or unimirt. Must be fitted using the (default) "EM" method. Must be unidimensional. |
which.items |
A vector of denoting which items should be included in calculating the score. |
The function returns a data.frame with columns: true.score (a vector of possible integer true scores) , and csem (the standard deviation of obsereved scores for candidates with the given true score).
## Not run:
mirt1=unimirt(mathsdata,"2")
CSEMfromMirt(mirt1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.