how to fix item slope and item difficulty in mirt.model()?

322 views
Skip to first unread message

Emily

unread,
Jun 1, 2017, 11:15:21 PM6/1/17
to mirt-package
This is my model: 

 mirt.model('F1 = 1-300
                        F2 = 1-600')

F1 is math ability and I want to fix the item slopes to be 1 and fix the values of item difficulty parameters.

How can I specify them in mirt.model()? 


Phil Chalmers

unread,
Jun 5, 2017, 10:49:06 AM6/5/17
to Emily, mirt-package
Hi Emily,

You'd have to use the FIXED and START arguments in the mirt syntax. So something like

 mirt.model('F1 = 1-300
                    F2 = 1-600
                    START = (1-300, a1, 1.0) 
                    FIXED = (1-300, a1)')

Regarding the difficulty parameters, I'm not sure how you want to fix those, but there are other ways if the syntax proves to be too cumbersome (e.g.., pass the pars = 'values' argument to mirt() to obtain a data.frame of starting values)

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+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages