class.acc {MiscPsycho}R Documentation

Classification Accuracy Statistic

Description

Computes the probability that individual i has a true score above (or below) cutscore m

Usage

class.acc(x, b, prof_cut, mu = 0, sigma = 1, aboveQ = TRUE)

Arguments

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

Details

~~ If necessary, more details than the description above ~~

Value

prob Returns the probability that individual i has a true score above (or below) the cut score specified

Author(s)

Harold C. Doran

Examples






[Package MiscPsycho version 1.0 Index]