Counts number of excellent fit indices
count.excellent(
indices,
rmsea_cutoff = 0.05,
srmr_cutoff = 0.05,
nnfi_cutoff = 0.95,
cfi_cutoff = 0.95
)The number of fit indices that are excellent.
A vector of fit indices from lavaan.
Cutoff for RMSEA for an individual model(default is .05; must be between 0.0 and 1.0).
Cutoff for SRMR for an individual model (default is .05; must be between 0.0 and 1.0).
Cutoff for NNFI for an individual model (default is .95; must be between 0.0 and 1.0).
Cutoff for CFI for an individual model (default is .95; must be between 0.0 and 1.0).