Hi everyone,
I am really new to mirt package and I am trying to fit a multidimensional IRT model in my data in an exploratory approach. I have a question about the interpretation of results.
Here is my code:
mod7 <- mirt(d2,7, method = "MHRM",itemtype = '2PL',
calcNull = TRUE, technical = list(NCYCLES = 5000),verbose = F,QMC=T)
The result:
Call:
mirt(data = d2, model = 7, itemtype = "2PL", method = "MHRM",
calcNull = TRUE, verbose = F, technical = list(NCYCLES = 5000),
QMC = T)
Full-information item factor analysis with 7 factor(s).
Converged within 0.001 tolerance after 332 MHRM iterations.
mirt version: 1.32.1
M-step optimizer: NR1
Latent density type: Gaussian
Average MH acceptance ratio(s): 0.4
Log-likelihood = -6572.182, SE = 0.033
Estimated parameters: 115
AIC = 13374.36; AICc = 13414.61
BIC = 13910.04; SABIC = 13544.85
G2 (130956) = 3408.32, p = 1
RMSEA = 0, CFI = 0, TLI = -0.017
My question is: what does the p-value hereafter the number for G2?
I have also used the m2 statistic for this model. The result is as follows:
M2 df p RMSEA RMSEA_5 RMSEA_95 SRMSR TLI CFI
stats 45.24703 38 0.1951517 0.01565664 0 0.03091931 0.02246948 0.9926648 0.9979505
I am wondering whether m2 would be a useful test for an exploratory model?
Thank you!
Yuanjin