Bi-factor MIRT: model fit statistcs and parameter estimates output

44 views
Skip to first unread message

yingyi....@gmail.com

unread,
Mar 27, 2018, 5:42:25 PM3/27/18
to mirt-package
Hi all,

When using the “bfactor” function with the following codes, it runs perfectly, however, without columns output “guess” & “mvdisc” & “mvint_1”. I saw these 3 columns outputted in the paper titled as “mirt: A Multidimensional Item Response Theory Package for the R Environment (2012)”. We have 18 items, composing one General dimension, and item8-15 for sub-factor 1, item 16-18 for sub-factor 2. In addition to the “guess” & “mvdisc” & “mvint_1” columns, I also wonder if bfactor() function could output model fit statistics (e.g. RMSEA, CFI)? I did not find such information in the R documentation, I am not so sure if I missed anything.

specific <- c(NA,NA,NA,NA,NA,NA,NA,1,1,1,1,1,1,1,1,2,2,2)
b_mod <- bfactor(data, specific)
coef(b_mod)
summary(b_mod)

Thanks,
Yingyi

Phil Chalmers

unread,
Mar 28, 2018, 2:12:29 PM3/28/18
to yingyi....@gmail.com, mirt-package
See MDIFF() and MDISC(). Also, the old RMSEA and CFI output have been deprecated because they were too unstable. You want the M2() function. 

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
Message has been deleted
0 new messages