eRm-package: extended Rasch modeling
Description
This package estimates extended Rasch models, i.e. the
ordinary Rasch model for dichotomous data (RM), the linear logistic test model (LLTM),
the rating scale model (RSM) and its linear extension (LRSM), the partial credit model (PCM)
and its linear extension (LPCM). The parameters are estimated by conditional maximum
likelihood (CML). Missing values are allowed in the data matrix. Additional features
are the estimation of the person parameters, LR-Model test, item-spefific Wald test,
itemfit and personfit statistics, various ICC plots. An eRm platform is provided at
http://r-forge.r-project.org/projects/erm/.Details
ll{
Package: eRm
Type: Package
Version: 0.9-2
Date: 2007-08-18
License: GPL
}
The basic input units for the functions are the person-item matrix X and the design matrix W.
Missing values in X are coded with NA
.
By default, W is generated automatically, but it can be specified by the user as well.
The function call of the basic models can be achieved through RM(X, W)
,
RSM(X, W)
, and PCM(X, W)
.
The linear extensions provide the possibility to fit a more restricted model than its basic complement, but
also a generalization by imposing repeated measurement designs and group contrasts. These models can
be estimated by using, e.g., the call LLTM(X, W, mpoints = 2, groupvec = G)
, LRSM(X, W, mpoints = 2, groupvec = G)
, and
LPCM(X, W, mpoints = 2, groupvec = G)
. G
is a vector with the group membership for each subject
ordered according to the rows of the data matrix.
RM
produces an object belonging to the classes dRM
, RM
, and
eRm
. PCM
and RSM
produce objects belonging to the classes
RM
and eRm
, whereas results of LLTM
, LRSM
, and LLTM
are object of class eRm
.References
Fischer, G. H., and Molenaar, I. (1995). Rasch Models - Foundations,
Recent Developements, and Applications. Springer.
Mair, P., and Hatzinger, R. (2007). Extended Rasch modeling: The eRm package for
the application of IRT models in R. Journal of Statistical Software, 20(9), 1-20.
Mair, P., and Hatzinger, R. (2007). CML based estimation of extended Rasch models
with the eRm package in R. Psychology Science, 49, 26-43.