Calculate1plProb {DFIT} | R Documentation |
Calculates the item success probability under the 1PL model.
Description
Calculates the item success probability under the 1PL model.
Usage
Calculate1plProb(thetaValue, itemParameters, logistic = TRUE)
Arguments
thetaValue |
A numeric value or array for the theta (ability) value(s) where the difference will be calculated |
itemParameters |
A vector or column matrix containing the numeric values of item difficulties |
logistic |
A logical value stating if the IRT model will use the logistic or the normal metric. |
Value
probabilities A numeric matrix with the probabilities on each thetaValue for each item.
Author(s)
Victor H. Cervantes <vhcervantesb at unal.edu.co>
References
de Ayala, R. J., (2009). The theory and practice of item response theory. New York: The Guildford Press
[Package DFIT version 1.1 Index]