equating.rasch: Align Item Parameters from Separate Analyses

Description Usage Arguments Details Value Author(s) References See Also

Description

This function can be used to align two sets of item parameters from two different Rasch analyses (e.g., two populations of examinees of differing abilities) so that they are on the same scale. The item parameters of one group are transformed to the scale of the other group by adding a constant.

Usage

1
equating.rasch(x, y, theta = seq( -4, 4, len=100), method = c("Mean-Mean", "Haebara", "Stocking-Lord"), compute.dif = FALSE)

Arguments

x

A data.frame with item names and parameters for group 1. This is the group which will be linked to the scale of group 2. The data.frame has to follow the structure: First column contains item names for the focal group, second column contains item parameters, and, if compute.dif = TRUE, third colunm contains the standard errors of the item parameters.

y

A data.frame with item names and parameters for group 2. This is the group for which the scale is defined. The data.frame has to follow the structure: First column contains item names for the focal group, second column contains item parameters, and, if compute.dif = TRUE, third colunm contains the standard errors of the item parameters.

theta

theta values where the test characteristic curves are evaluated

method

Method for determining the linking constant, either Mean-Mean, Haebara or codeStocking-Lord

compute.dif

Logical: Whether differential item functioning in the two groups should be examined.

Details

equating.rasch provides three methods to determine this constant: Mean-Mean the difference of the item parameter means of both samples are obtained. Haebara additionally takes the difference between item characteristic curves into account. Stocking-Lord additionally takes the test characteristic functions in account, thus minimizing differences in expected scores rather than observed scores or parameters. In most practical applications, the three linking constants should be fairly similar.

When compute.dif = TRUE, differential item functioning (DIF) in anchor items is examined. This can be useful to examine items with large shifts, which can be subsequently excluded from the linking procedure. DIF is computed according to the formula in Lord (1980). Additionally, the magnitude of DIF is categorized as small, moderate or large according to criteria established by the Educational Testing Service (ETS): category A (small DIF) if |DIF| < 0.43 or not significantly > 0, category B (moderate DIF) if 0.43 < |DIF| < 0.64 and |DIF| significantly > 0, and category C (large DIF) if |DIF| > 0.64 and significantly > 0.43.

Value

A list with the following components:

B.est

Linking constants determined by all three methods

descriptives

A list with the number of items used for linking, linking variance and standard deviation, and the linking error

anchor

A data.frame with all item parameters used for linking from both samples and the transformed parameters for group 1. If compute.dif = TRUE, additional statistics for DIF are also included.

transf.par

A data.frame with all item parameters from both samples and the transformed parameters for group 1.

Author(s)

Alexander Robitzsch

References

Kolen, M. J. & Brennan, R. L. (2004). Test equating, scaling, and linking: Methods and practices. New York: Springer. Yen, W. M., & Fitzpatrick, A. R. (2006). Item response theory. In R. L. Brennan (Ed.), Educational Measurement (4th ed., pp. 111-153). Westport, CT: American Council on Education.

See Also

bi.linking


eatRest documentation built on May 2, 2019, 6:25 p.m.