| getEff | R Documentation |
Extract SEM effects from an object of class "semEff".
getEff(eff, responses = NULL, type = c("orig", "boot"))
getDirEff(...)
getIndEff(...)
getTotEff(...)
getMedEff(...)
getAllInd(eff, ...)
getEffTable(eff, ...)
getDirEffTable(...)
getIndEffTable(...)
getTotEffTable(...)
getMedEffTable(...)
eff |
An object of class |
responses |
An optional character vector, the names of one or more SEM
response variables for which to return effects. Can also be a numeric
vector of indices of |
type |
The type of effects to return. Can be |
... |
Arguments (above) to be passed to |
These are simple extractor functions for effects calculated using
semEff(), intended for convenience (e.g. for use with predEff()).
A list containing the original or bootstrapped effects for each
response variable as numeric vectors or matrices (respectively), or a table
of (unformatted) effects and confidence intervals (for getEffTable()).
getEff(): Get effects.
getDirEff(): Get direct effects.
getIndEff(): Get indirect effects.
getTotEff(): Get total effects.
getMedEff(): Get mediator effects.
getAllInd(): Get all indirect effects.
getEffTable(): Get effects table.
getDirEffTable(): Get direct effects table.
getIndEffTable(): Get indirect effects table.
getTotEffTable(): Get total effects table.
getMedEffTable(): Get mediator effects table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.