Objects from the Class
Objects can be created by calls of the form new("irt.prob", ...)
, but this is
not encouraged. Use one of the functions drm
, gpcm
, grm
, mcm
,
nrm
, or mixed
instead.Slots
prob
:- data.frame of item probabilities with n rows and j+m columns for n theta
values and j items (the first m column contains theta values for m dimensions)
info
:- data.frame of item information
p.cat
:- vector identifying the number of categories for each item for which
probabilities were computed
mod.lab
:- character vector of labels for the model(s).
dimensions
:- numeric value identifying the number of modeled dimensions
D
:- numeric vector identifying scaling constants for
drm
, grm
,
and gpcm
pars
:- list of the item parameters used to compute the probabilities
model
:- character vector identifying all the models used to compute the
probabilities in
prob
. The only acceptable models are drm
, gpcm
,
grm
, mcm
, and nrm
(see class
for more
information). items
:- list with the same length as
model
, where each element
identifies the items associated with the model(s) specified in model
.
Extends
Class
, directly.
Class
, by class poly.mod
, distance 2.