Learn R Programming

equateMultiple (version 0.0.0)

summary.mlteqc: Summarizing Estimated Equating Coefficients

Description

summary method for class mlteqc.

Usage

# S3 method for mlteqc
summary(object, ...)

Arguments

object

an object of the class mlteqc returned by function multiec.

further arguments passed to or from other methods.

See Also

multiec

Examples

Run this code
# NOT RUN {
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)
# }

Run the code above in your browser using DataLab