How to interprete parameters and how to visualize icc plot for each Theta for a more than 2 MIRT model?

88 views
Skip to first unread message

Chengli Yu

unread,
Sep 21, 2023, 9:51:36 AM9/21/23
to mirt-package
Hi!
I have problems with plotting icc curves (Probability vs Theta) for each theta in a 7 4-catergery(0,1,2,3) items mirt model. 

For example, I used graded itemtype, with two dimensions. The results gave some parameters of a1,a2,d1,d2,d3. Based on the results, should I calculate the probability of each category with following equations?
P0 = 1- 1/(1+exp(a*(b1-theta))) 
P1 = 1/(1+exp(a*(b1-theta))) - 1/(1+exp(a*(b1+b2-theta))) 
P2 = 1/(1+exp(a*(b1+b2-theta))) - 1/(1+exp(a*(b1+b2+b3-theta))) 
P3 = 1/(1+exp(a*(b1+b2+b3-theta)))

Thanks!

Phil Chalmers

unread,
Sep 21, 2023, 10:02:42 AM9/21/23
to Chengli Yu, mirt-package
Is there something wrong with the itemplot() approach when requesting thresholds?

library(mirt)
pmod <- mirt(Science, 1)
itemplot(pmod, 3, type = 'threshold')

Phil


--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/mirt-package/36b332fb-ae9a-4eb4-ad52-51da26080a45n%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages