probgrm | R Documentation |
Calculates a matrix of item response probabilities over a grid of theta values for an item
probgrm(theta, a, cb)
theta |
a vector of theta values (e.g., quadrature points) |
a |
a slope parameter value |
cb |
a vector of category threshold values |
The Graded Response Model (Samejima, 1969) is assumed.
Returns a matrix of item response probabilities. The first dimension corresponds to the length of theta.
Seung W. Choi <choi.phd@gmail.com>
Samejima, F. (1969). Estimation of latent ability using a response pattern of graded scores. Psychometrika Monograph, 17.
calcprob
, probgpcm
probgrm(seq(-4,4,.1), 1.5, c(-1.2,0.5,1.5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.