Extract SEM direct, indirect, and/or total effects from an
object of class "semEff"
.
getEff(eff, type = "orig")dirEff(...)
indEff(...)
totEff(...)
An object of class "semEff"
.
The type of effects to return. Must be either "orig"
(default) or "boot"
.
Arguments (above) to be passed to getEff
from other
extractor functions.
A list containing the original or bootstrapped effects for each response variable, as numeric vectors or matrices (respectively).
getEff
: Extract all effects.
dirEff
: Extract direct effects.
indEff
: Extract indirect effects.
totEff
: Extract total effects.
These are simple extractor functions for effects calculated using
semEff
, intended for convenience (e.g. for use with predEff
).