I am doing a measurement invariance analysis of a questionnaire between two groups of girls and boys. I performed configural invariance analysis with two software lavaan and AMOS. The estimated values of the parameters in both software are exactly the same, but the values of the fit indices such as GFI, AGFI, and especially RMSEA are different. Is there a reason and justification for difference in the values of the fit indices between these two software, or these indices should be exactly the same?
My R Codes-
mod.inva <- "
behavior =~ adapt1 + adapt2 + adapt3 + adapt4 + adapt5
customer =~ delight1 + delight2 + delight3
word =~ WOM1 + WOM2 + WOM3
"
fit.config <- cfa(mod.inva, data =CustomerDelight, group = "experience")
I attached some parts of softwares outputs.
Thanks in advance for your help.
Asghar.