fit_indices
FitIndices
Global fit statistics for a fitted model.
chi_square_critical
Critical value of the central chi-square at level ``alpha``.
compute_fit_indices
Compute the full set of fit indices for a fitted model.
The baseline (null) model for CFI and TLI is the independence model: all observed variances free, all covariances zero.
ml_discrepancy
Maximum-likelihood discrepancy between observed and implied matrices.
``F = log|Sigma| + tr(S Sigma^-1) - log|S| - p``, which is zero when ``Sigma == S`` and positive otherwise.
rmsea_ci
Confidence interval for RMSEA by inverting the noncentral chi-square.
Finds noncentrality parameters ``lam_lo`` and ``lam_hi`` such that the noncentral chi-square CDF at the observed statistic equals the upper and lower tail probabilities, then converts each to the RMSEA scale via ``sqrt(lam / (df * (n - 1)))``.
srmr
Standardized root mean square residual.
Root mean square of the residuals between the observed and implied correlation matrices, over the lower triangle including the diagonal.