Learn R Programming

sem (version 3.1-16)

effects.sem: Total, Direct, and Indirect Effects for Structural Equation Models

Description

The sem method for the standard generic function effects computes total, direct, and indirect effects for a fitted structural equation model according to the method described in Fox (1980).

Usage

# S3 method for sem
effects(object, ...)
# S3 method for msem
effects(object, ...)

# S3 method for semeffects print(x, digits = getOption("digits"), ...) # S3 method for semeffectsList print(x, digits = getOption("digits"), ...)

Value

effect.sem returns an object of class semeffects with Total, Direct, and Indirect elements.

Arguments

object

a fitted structural-equation model object produced by the sem function.

x

an object of class semeffects or semeffectsList, produced by effects.

digits

digits to print.

...

not used.

Author

John Fox jfox@mcmaster.ca

References

Fox, J. (1980) Effect analysis in structural equation models: Extensions and simplified methods of computation. Sociological Methods and Research 9, 3--28.

See Also

sem