RSM(X, W, se = TRUE, sum0 = TRUE)
NA
.TRUE
, the standard errors are computed.TRUE
, the parameters are normed to sum-0 by specifying
an appropriate W
. If FALSE
, the first parameter is restricted to 0.Rm, eRm
and contains the log-likelihood value,
the parameter estimates and their standard errors.se = TRUE
.print
, coef
, model.matrix
,
vcov
, summary
, logLik
, person.parameters
, plotICC
, LRtest
.RM
,PCM
,LRtest
##RSM with 10 subjects, 3 items
data(rsmdat)
res <- RSM(rsmdat)
print(res)
summary(res)
Run the code above in your browser using DataLab