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
# S3 method for matrixpls
effects(object, ...)
matrixpls estimation result object produced by the matrixpls
function.
All other arguments are ignored.
A list with Total
, Direct
, and Indirect
elements.
Fox, J. (1980) Effect analysis in structural equation models: Extensions and simplified methods of computation. Sociological Methods and Research 9, 3--28.
Other post-estimation functions:
ave()
,
cei()
,
cr()
,
fitSummary()
,
fitted.matrixpls()
,
gof()
,
htmt()
,
loadings()
,
predict.matrixpls()
,
r2()
,
residuals.matrixpls()