raschmodel
returns an S3 object of class "raschmodel"
,
i.e., a list with the following components:
coefficientsestimated item difficulty parameters (without first item
parameter which is always constrained to be 0),
vcovcovariance matrix of the parameters in the model,
logliklog-likelihood of the fitted model,
dfnumber of estimated parameters,
datathe original data supplied (excluding columns without variance),
weightsthe weights used (if any),
nnumber of observations (with non-zero weights),
itemsstatus indicator (0, 0/1, 1) of all original items,
nalogical indicating whether the data contains NAs,
elementary_symmetric_functionsList of elementary symmetric functions
for estimated parameters (up to order 2; or 1 in case of numeric derivatives),
codeconvergence code from optim
,
iterationsnumber of iterations used by optim
,
reltoltolerance passed to optim
,
derivtype of derivatives used for computing gradient and
Hessian matrix.