summary.ceqc | R Documentation |
summary
method for class ceqc
.
## S3 method for class 'ceqc'
summary(object, ...)
## S3 method for class 'summary.ceqc'
print(x, ...)
object |
an object of the class |
x |
an object of class |
... |
further arguments passed to or from other methods. |
The function summary.ceqc
returns a list with components
forms |
names of equated forms. |
method |
the equating method used. |
coefficients |
a |
Michela Battauz
chainec
, modIRT
# the following code uses item parameter estimates previously obtained
# for examples that start from item response data see function modIRT
# two-parameter logistic model
# direct equating coefficients using the "Haebara" method
data(est2pl)
test<-paste("test", 1:5, sep = "")
mod2pl <- modIRT(coef = est2pl$coef, var = est2pl$var, names = test, display = FALSE)
direclist2pl <- alldirec(mods = mod2pl, method = "Haebara")
# compute all chain equating coefficients of length 3
chainec3 <- chainec(r = 3, direclist = direclist2pl)
summary(chainec3$test1.test5.test4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.