Learn R Programming

FCO (version 0.8.0)

index_guess: Helper function that guesses GoF or BoF from a given index name

Description

Helper function that guesses GoF or BoF from a given index name

Usage

index_guess(index)

Value

Returns GoF (Goodness-of-Fit index) or BoF (Badness of Fit index).

Arguments

index

A fit index or measure provided by function fitmeasures in package lavaan

Examples

Run this code
index_guess("cfi")
index_guess("tli")
index_guess("rmsea")
index_guess("srmr")

Run the code above in your browser using DataLab