StructuralEquationModels.jl icon indicating copy to clipboard operation
StructuralEquationModels.jl copied to clipboard

CFI

Open brandmaier opened this issue 5 months ago • 1 comments

We need CFI as a standard fit measure because RMSEA and CFI together are the de facto reporting standard. However, it needs the fit of a null model, which usually is a model of independence. Can we have a flag somewhere in the model specification that triggers the fit of an independence model. And it the independence model exists, CFI is computed?

brandmaier avatar Sep 18 '25 12:09 brandmaier

I would suggest to have a CFI(fitted; independence_model = varonly_model) function, where the default constructs a variance only model and fits it, but other indenpence models can also be used.

Maximilian-Stefan-Ernst avatar Oct 15 '25 09:10 Maximilian-Stefan-Ernst