View source: R/matrixpls.postestimation.R
effects.matrixpls | R Documentation |
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 class 'matrixpls'
effects(object, ...)
object |
matrixpls estimation result object produced by the |
... |
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.