Learn R Programming

cSEM (version 0.6.0)

calculateRelativeGoF: Relative Goodness of Fit (relative GoF)

Description

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

Usage

calculateRelativeGoF(
 .object              = NULL
)

Value

A single numeric value.

Arguments

.object

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

References

See Also

assess(), cSEMResults