item.common: Estimates the Item Parameters on a Common Scale

View source: R/EqMult.r

item.commonR Documentation

Estimates the Item Parameters on a Common Scale

Description

item.common is a generic function which extracts the estimates of the item parameters on the scale of the base form, which is obtained using the item parameter estimates across all forms.

Usage

item.common(x, ...)

## S3 method for class 'mlteqc'
item.common(x, ...)

Arguments

x

object of the class mlteqc returned by function multiec

...

further arguments passed to or from other methods.

Value

A data frame containing item names (Item), estimated value of the item parameter (Estimate) and its standard error (StdErr).

Author(s)

Michela Battauz

See Also

itm, multiec

Examples

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")

# estimates of the item parameters on the scale of the base form
item.common(eqIRF)

equateMultiple documentation built on Oct. 15, 2024, 5:06 p.m.