Hi Phil,
I am conducting a multidimentional IRT on an instrument (30 items, five point scale) comprising four latent factors. I am using a simple structure. How can I interpret the di parameters? Since the number of dimension are above 3 I used the MHRM estimation method. Does the choice of three proposed estimation methods, QMCEM, MCEM and MHRM, has an effect on the results ?
library(mirt)
model<-mirt.model("
INFO=1-9
PRESS=10-16
INT=17-25
ATH=26-30
COV=INFO*PRESS*INT*ATH")
model1<-mirt(myfile, model, itemtype = "graded", method = "MHRM")