effectiveThetas | R Documentation |
Calculates a vector of normal quantiles corresponding to effective theta levels for a categorical variable for use in a DiBello-Samejima distribution.
effectiveThetas(nlevels)
nlevels |
Integer giving the number of levels of the categorical variable. |
The DiBello–Samejima models map levels of categorical values into effective “theta” values, or corresponding continuous values. These can then be input into IRT equations to calculate cell probabilities.
The default algorithm works by assuming that the categories are created by cutting the normal distribution into equal probability intervals. The value returned for each interval is the midpoint (wrt the normal measure) of that interval.
A vector of normal quantiles of length nlevels
.
Russell Almond
Almond, R.G., Mislevy, R.J., Steinberg, L.S., Yan, D. and Williamson, D.M. (2015). Bayesian Networks in Educational Assessment. Springer. Chapter 8.
effectiveThetas(5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.