Last chance! 50% off unlimited learning
Sale ends in
LRT(MPRMobj, splitcrit = "score")## S3 method for class 'aLR':
summary(object, \dots)
## S3 method for class 'aLR':
print(x, \dots)
MPRM
"score"
to define the split criterion. The default split criterion "score"
splits the sample according to the median of the raw score. Vector can be numeric, factor or character. (see details)aLR
aLR
}"score"
computes the raw score of every person according to the category values in the data set. The sample is split by the median of this raw score.Fischer, G. H. (1974). Einfuehrung in die Theorie psychologischer Tests [Introduction to test theory]. Bern: Huber.
MPRM
dLRT
#simulate data set
simdat <- simMPRM(rbind(matrix(c(-1.5,0.5,0.5,1,0.8,-0.3, 0.2,-1.2), ncol=4),0), 500)
#estimate MPRM item parameters
res_mprm <- MPRM(simdat$datmat)
#compute Andersen's Likelihood Ratio test
res_lrt <- LRT(res_mprm)
summary(res_lrt)
Run the code above in your browser using DataLab