powered by
Map an item model, item parameters, and person trait score into a information vector
rpf.info(ii, ii.p, where, basis = 1)
Fisher information
an item model
item parameters
the location in the latent distribution
if more than 1 factor, a positive basis vector
Dodd, B. G., De Ayala, R. J. & Koch, W. R. (1995). Computerized adaptive testing with polytomous items. Applied psychological measurement 19(1), 5-22.
i1 <- rpf.drm() i1.p <- c(.6,1,.1,.95) theta <- seq(0,3,.05) plot(theta, rpf.info(i1, i1.p, t(theta)), type="l")
Run the code above in your browser using DataLab