eqc.mlteqc | R Documentation |
eqc
is a generic function which extracts the equating coefficients.
## S3 method for class 'mlteqc'
eqc(x, ...)
x |
object of the class |
... |
further arguments passed to or from other methods. |
A data frame containing the equating coefficients.
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 equating coefficients
eqc(eqIRF)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.