View source: R/MirtToEstimatedClassical.R
MirtToEstimatedClassical | R Documentation |
This function estimates classical item statistics from the fitted IRT model estimated using "mirt". This is useful as it will produce these estimates even if different students have taken different items.
MirtToEstimatedClassical(mirtobj, theta = NULL, qwts = NULL)
mirtobj |
An estimated IRT model (of class SingleGroupClass) estimated either using mirt or unimirt. |
theta |
A matrix giving the ability values used in estimation. By default this is extracted directly from mirtobj. |
qwts |
A vector giving the weight to assign to each ability in thetas. By default this is extracted directly from mirtobj. |
## Not run:
mirt1=unimirt(mathsdata,"2")
MirtToEstimatedClassical(mirt1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.