calculateGoF: Goodness of Fit (GoF)

View source: R/helper_assess.R

calculateGoFR Documentation

Goodness of Fit (GoF)

Description

Calculate the Goodness of Fit (GoF) proposed by \insertCiteTenenhaus2004;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. \insertCiteHenseler2012a;textualcSEM for a discussion.

Usage

calculateGoF(
 .object              = NULL
)

Arguments

.object

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

Details

The GoF is inherently tied to the common factor model. It is therefore unclear how to meaningfully interpret the GoF in the context of a model that contains constructs modeled as composites.

Value

A single numeric value.

References

\insertAllCited

See Also

assess(), cSEMResults


cSEM documentation built on Nov. 25, 2022, 1:05 a.m.