dichotomous.to.pcm | R Documentation |
Given a set of Rasch difficulties from n dichomtomous items, calculate the equivalent thresholds for a single polytomous item (with n+1 categories) that fits the partial credit model (PCM).
dichotomous.to.pcm(dich_diffs)
dich_diffs |
A vector of Rasch difficulties. The length of the vector represents the number of dichotomous items considered. |
A vector of thresholds for the partial credit model (PCM).
## Not run:
dichotomous.to.pcm(c(0,0))
pcm.to.dichotomous(c(-0.6931472,0.6931472))
dichotomous.to.pcm(c(-2,-4,1))
pcm.to.dichotomous(c(-4.132845,-1.922140,1.054985))
dichotomous.to.pcm(c(-1,-1,1,1))
pcm.to.dichotomous(c(-1.8200752,-0.6243906,0.6243906,1.8200752))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.