#Threshold parameterization for a rating scale model
data(rsmdat)
res <- RSM(rsmdat)
thres <- thresholds(res)
thres
confint(thres)
summary(thres)
#Threshold parameters for a PCM with ICC plot
data(pcmdat)
res <- PCM(pcmdat)
thres <- thresholds(res)
thres
plotICC(res)
Run the code above in your browser using DataLab