For every item (dim 1) in an item bank and every evaluated ability level (dim 2), computes the probability of picking every possible response (dim 3) given the ability level
create_prob_array(model, bank, nres)
polytomous IRT model. Options: "GRM"
for Graded Response
Model and "NRM"
for Nominal Response Model
matrix of the item bank. Rows represent items, and columns
represent parameters. If the model is "GRM"
, the first column
represents the alpha
parameters and the next columns represent the
beta
parameters. If the model is "NRM"
, odd columns represent
the alpha
parameters and even columns represent beta
parameters
vector of number of possible responses for every item
A 3-dimensional array of probability responses