calculateRelativeGoF {cSEM}R Documentation

Relative Goodness of Fit (relative GoF)

Description

Calculate the Relative Goodness of Fit (GoF) proposed by Vinzi et al. (2010). 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. Henseler and Sarstedt (2012) for a discussion.

Usage

calculateRelativeGoF(
 .object              = NULL
)

Arguments

.object

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

Value

A single numeric value.

References

Henseler J, Sarstedt M (2012). “Goodness-of-fit Indices for Partial Least Squares Path Modeling.” Computational Statistics, 28(2), 565–580. doi:10.1007/s00180-012-0317-1.

Vinzi VE, Trinchera L, Amato S (2010). “PLS path modeling: From foundations to recent developments and open issues for model assessment and improvement.” In Vinzi VE, Wang H (eds.), Handbook of Partial Least Squares, 47–82. Springer.

See Also

assess(), cSEMResults


[Package cSEM version 0.6.1 Index]