KB36 data, assuming a 1PL model. Two sets of parameters estimates for test forms
X and Y are available: one that results from a fit assuming the traditional
logistic link, and one which comes from the fit using a cloglog (asymmetric) link.
data(KB36.1PL)X and Y under the logistic-link model (b.logistic), and under
the cloglog-link model (b.cloglog) A 1PL model using both logistic and cloglog link can be fitted using the lmer()
function in the lme4 R package (see De Boeck et. al, 2011 for details).
lmer Function from the
lme4 Package in R. Journal of Statistical Software, 39(12), 1-28.Kolen, M., and Brennan, R. (2004). Test Equating, Scaling and Linking. New York, NY: Springer-Verlag.
Estay, G. (2012). Characteristic Curves Scale Transformation Methods Using Asymmetric ICCs for IRT Equating. Unpublished MSc. Thesis. Pontificia Universidad Catolica de Chile
data(KB36.1PL)
## maybe str(KB36.1PL) ; plot(KB36.1PL) ...
Run the code above in your browser using DataLab