Learn R Programming

equate (version 0.1-0)

se.ln: Standard Error of Linear Equating

Description

Computes the standard error of linear equating, under the random groups design, using an equation derived by Braun and Holland (1982).

Usage

se.ln(x, y, scale)

Arguments

x, y
vectors of scores for forms X and Y, either as total scores (one per examinee), or total counts (one per score scale point)
scale
the score scale, as a vector

Value

  • Returns a vector containing the standard error of equating at each point in the scale

Details

This function is called by equate.ln, where it is only applicable to the random groups equating design.

References

Braun, H. I., & Holland, P. W. (1982). Observed-score test equating: A mathematical analysis of some ETS equating procedures. In P. W. Holland and D. B. Rubin (Eds.), Test Equating (pp. 9-49). New York: Academic.

See Also

equate.ln

Examples

Run this code
se.ln(ACTmath[,2],ACTmath[,3],ACTmath[,1])

Run the code above in your browser using DataLab