Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

getEff

Get SEM Effects


Description

Extract SEM direct, indirect, and/or total effects from an object of class "semEff".

Usage

getEff(eff, type = "orig")

dirEff(...)

indEff(...)

totEff(...)

Arguments

eff

An object of class "semEff".

type

The type of effects to return. Must be either "orig" (default) or "boot".

...

Arguments (above) to be passed to getEff from other extractor functions.

Details

These are simple extractor functions for effects calculated using semEff, intended for convenience (e.g. for use with predEff).

Value

A list containing the original or bootstrapped effects for each response variable, as numeric vectors or matrices (respectively).

Functions

  • getEff: Extract all effects.

  • dirEff: Extract direct effects.

  • indEff: Extract indirect effects.

  • totEff: Extract total effects.


semEff

Automatic Calculation of Effects for Piecewise Structural Equation Models

v0.5.0
GPL-3
Authors
Mark Murphy [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.