cSEM (version 0.1.0)

calculateGoF: Internal: GoF

Description

Calculate the Goodness of Fit (GoF) proposed by Tenenhaus2004;textualcSEM. Note that, contrary to what the name suggests, the GoF is not a measure of model fit in the sense of SEM. See e.g. Henseler2012a;textualcSEM for a discussion.

Usage

calculateGoF(
 .object              = NULL,
 .only_common_factors = TRUE
)

Arguments

.object

An R object of class cSEMResults resulting from a call to csem().

.only_common_factors

Logical. Should only concepts modeled as common factors be included when calculating one of the following quality critera: AVE, the Fornell-Larcker criterion, HTMT, and all reliability estimates. Defaults to TRUE.

Value

A single numeric value.

Details

The function is only applicable to objects inheriting class cSEMResults_default. For objects of class cSEMResults_multi and cSEMResults_2ndorder use assess().

References

See Also

assess(), cSEMResults