We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3811e1 commit d12bf4dCopy full SHA for d12bf4d
1 file changed
src/frontend/fit/fitmeasures/RMSEA.jl
@@ -13,6 +13,11 @@ for the SEM model.
13
14
# See also
15
[`fit_measures`](@ref), [`χ²`](@ref), [`dof`](@ref)
16
+
17
+# Extended help
18
19
+For multigroup models, the correction proposed by J.H. Steiger is applied
20
+(see [Steiger, J. H. (1998). *A note on multiple sample extensions of the RMSEA fit index*](https://doi.org/10.1080/10705519809540115)).
21
"""
22
function RMSEA end
23
0 commit comments