tam
,
tam.mml
and tam.jml
, respectively.tam.wle(tamobj, ...)
tam.mml.wle(tamobj, WLE=TRUE, adj=0.3, Msteps=20, convM=1e-04)
tam.jml.WLE(tamobj, resp, resp.ind, A, B, nstud, nitems, maxK, convM,
PersonScores, theta, xsi, Msteps, WLE=FALSE)
tam.mml
or tam.jml
WLE=TRUE
) or the maximum likelihood estimate (MLE, WLE=FALSE
)
should be used.tam.jml.WLE
)tam.jml.WLE
)tam.jml.WLE
)tam.jml.WLE
)tam.jml.WLE
)tam.jml.WLE
)tam.jml.WLE
)tam.jml.WLE
)tam.jml.WLE
)tam.jml.WLE
)tam.wle.mml
it is a data frame with following columns:tam.jml.WLE
it is a list with following entries:data(sim.rasch)
# estimate Rasch model
mod1 <- tam.mml(resp=sim.rasch)
# WLE estimation
wle1 <- tam.wle( mod1 )
## ----
## WLE Reliability = 0.894
Run the code above in your browser using DataLab