LPCM(X, W , mpoints = 1, groupvec = 1, se = TRUE, sum0 = TRUE, etaStart)
NA
.TRUE
, the standard errors are computed.TRUE
, the parameters are normalized to sum-0 by specifying
an appropriate W
. If FALSE
, the first parameter is restricted to 0.eRm
containing:se = TRUE
.W
the LPCM can be viewed as a more parsimonous
PCM, on the one hand, e.g. by imposing some cognitive base operations
to solve the items. One the other hand, linear extensions of the Rasch model
such as group comparisons and repeated measurement designs can be computed.
If more than one measurement point is examined, the item responses for the 2nd, 3rd, etc.
measurement point are added column-wise in X.
If W
is user-defined, it is nevertheless necessary to
specify mpoints
and groupvec
. It is important that first the time contrasts and
then the group contrasts have to be imposed.
Available methods for LPCM-objects are print
, coef
,
model.matrix
, vcov
,summary
, logLik
, person.parameters
.LRSM
,LLTM
#LPCM for two measurement points and two subject groups
#20 subjects, 2*3 items
data(lpcmdat)
G <- c(rep(1,10),rep(2,10)) #group vector
res <- LPCM(lpcmdat, mpoints = 2, groupvec = G)
print(res)
summary(res)
Run the code above in your browser using DataLab