Learn R Programming

sem (version 3.1-16)

standardizedCoefficients: Standardized Coefficients for Structural Equation Models

Description

These functions calculate standardized regression coefficients for structural equation models. The function stdCoef is simply an abbreviation for standardizedCoefficients.

Usage

standardizedCoefficients(object, ...)
# S3 method for sem
standardizedCoefficients(object, 
    digits = getOption("digits"), oneheaded = TRUE, twoheaded = TRUE, ...)
# S3 method for msem
standardizedCoefficients(object, ...)

stdCoef(...)

Value

Returns a data frame with the coefficients, labelled both by parameter names and by arrows in the path diagram for the model. The msem (multigroup) method computes and prints the standardized coefficients for each group; it does not return a useful result.

Arguments

object

an object of class sem or msem returned by the sem function.

digits

number of digits for printed output.

oneheaded

standardize path coefficients? Default is TRUE.

twoheaded

standardize variances and covariances? Default is TRUE.

...

arguments to pass down.

Author

John Fox jfox@mcmaster.ca and Adam Kramer

References

Bollen, K. A. (1989) Structural Equations With Latent Variables. Wiley.

See Also

sem