HelloI'm having some trouble identifying whether it is possible to do a few things with the mirt package. I have a data set where raters scored teachers on a 1-7 scale. One thing that I would like to do for each model is adjust for a rater effect on each item (starting with mean shift of thresholds). With a binary outcome, I appear to be able to do this through providing an equation that interacts RaterID with items in the fixed parameter. Is there a way to do this for polytomous items? If I treat each rater as a separate item, is there a way to constrain the differences across parameters to be a fixed value?
My second question has to do with restraints on latent variables. Is it possible to constrain the means or variances of latent variables to be equal to each other with their value estimated?
--Thank you,Mark
You received this message because you are subscribed to the Google Groups "mirt-package" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mirt-package...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Yes this should work, but unfortunately you've stumbled upon a bug that was recently patched. If you install the dev version on Github this will function correctly.
Phil
I found this post is useful to model the rater effect. However, it seems, taking a look at manual, only grsm has the single 'c' parameter, not in gpcm/nominal model. I prefer PCM because it belongs to Rasch model family. The marginal scores of the data matrix would be sufficient statistiscs for person, item, and rater. Would it be possible to do the same analysis on PCM? Many thanks!
Hi Phil,
I found this post is useful to model the rater effect. However, it seems, taking a look at manual, only grsm has the single 'c' parameter, not in gpcm/nominal model. I prefer gpcm model because it belongs to Rasch model family.
The marginal scores of the data matrix would be sufficient statistiscs for person, item, and rater. Would it be possible to do the same analysis on gpcm model? Many thanks!