# Rasch model, estimation of item and person parameters
data(raschdat2)
res <- RM(raschdat2)
p.res <- person.parameter(res)
# Matrix with expected probabilities and corresponding residuals
pmat(p.res)
residuals(p.res)
#Itemfit
itemfit(p.res)
#Personfit
personfit(p.res)
Run the code above in your browser using DataLab