| itm.mlteqc | R Documentation |
itm is a generic function which extracts a data frame containing the
item parameters of multiple forms in the original scale and
the item parameters converted to the scale of the base form.
## S3 method for class 'mlteqc'
itm(x, ...)
x |
object of the class |
... |
further arguments passed to or from other methods. |
A data frame containing item names (Item),
item parameters of all the forms (e.g. T1, ..., T3),
and item parameters of all the forms converted
in the scale of the base form (e.g. T3.as.T1).
Michela Battauz
multiec
data(est2pl)
# prepare the data
mods <- modIRT(coef = est2pl$coef, var = est2pl$var, display = FALSE)
# Estimation of the equating coefficients with the multiple item response function method
eqIRF <- multiec(mods = mods, base = 1, method = "irf")
# extract item parameters
itm(eqIRF)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.