class.acc {MiscPsycho} | R Documentation |
Computes the probability that individual i has a true score above (or below) cutscore m
class.acc(x, b, prof_cut, mu = 0, sigma = 1, aboveQ = TRUE)
x |
A vector of item responses |
b |
A vector of item parameters |
prof_cut |
Cut score |
mu |
Mean of population distribution |
sigma |
Standard deviation of population distribution |
aboveQ |
Test for above or below a cut score |
~~ If necessary, more details than the description above ~~
prob |
Returns the probability that individual i has a true score above (or below) the cut score specified |
Harold C. Doran