Learn R Programming

matrixpls (version 1.0.13)

effects.matrixpls: Total, Direct, and Indirect Effects for matrixpls results

Description

The matrixpls method for the standard generic function effects computes total, direct, and indirect effects for a matrixpls results according to the method described in Fox (1980).

Adapted from the effects function of the sem package

Usage

# S3 method for matrixpls
effects(object, ...)

Arguments

object

matrixpls estimation result object produced by the matrixpls function.

...

All other arguments are ignored.

Value

A list with Total, Direct, and Indirect elements.

References

Fox, J. (1980) Effect analysis in structural equation models: Extensions and simplified methods of computation. Sociological Methods and Research 9, 3--28.

See Also

Other post-estimation functions: ave(), cei(), cr(), fitSummary(), fitted.matrixpls(), gof(), htmt(), loadings(), predict.matrixpls(), r2(), residuals.matrixpls()