summary.mlteqc {equateMultiple} | R Documentation |
Summarizing Estimated Equating Coefficients
Description
summary
method for class mlteqc
.
Usage
## S3 method for class 'mlteqc'
summary(object, ...)
Arguments
object |
an object of the class |
... |
further arguments passed to or from other methods. |
Author(s)
Michela Battauz
See Also
Examples
data(est2pl)
# prepare the data
mods <- modIRT(coef = est2pl$coef, var = est2pl$var, display = FALSE)
# Estimation of the equating coefficients with the multiple mean-mean method
eqMM <- multiec(mods = mods, base = 1, method = "mean-mean")
summary(eqMM)
[Package equateMultiple version 0.1.2 Index]