Compute test reliability for raw scores (and optionally scale scores), along with associated conditional standard errors of measurement (CSEMs), for a unidimensional IRT model.
rel_test(ip, ct = NULL, nq = 11, D = 1.702)A list with three components:
A data frame containing the estimated marginal
score distribution for raw scores (and scale scores if ct is
provided).
A data frame with overall error variance,
true score variance, observed score variance, and reliability for raw
scores, and additionally for scale scores if ct is provided.
A data frame with theta, weights, expected raw
scores and corresponding CSEMs. If ct is provided, expected scale
scores and scale-score CSEMs are also included.
A data frame or matrix of item parameters. Columns are interpreted in order as:
3 columns: b, a, c (3PL; a on the D metric),
2 columns: b, a (2PL; c internally set to 0),
1 column: b (1PL/Rasch; a = 1, c = 0).
Optional. A data frame or matrix containing the score conversion
table. If supplied, it must have ni + 1 rows (for raw scores
0:ni) and a column named ss giving the corresponding
scale scores. If ct = NULL (default), only raw-score reliability and
CSEMs are computed.
Integer. Number of quadrature points used to approximate the
standard normal ability distribution. Defaults to 11.
Numeric. Scaling constant for the logistic IRT model. Defaults to
1.702.
data(ip.u)
data(ct.u)
rel_test(ip.u)
rel_test(ip.u, ct.u)
Run the code above in your browser using DataLab