These functions calculate standardized regression coefficients
for structural equation models. The function stdCoef
is
simply an abbreviation for standardizedCoefficients
.
standardizedCoefficients(object, ...)
# S3 method for sem
standardizedCoefficients(object,
digits = getOption("digits"), oneheaded = TRUE, twoheaded = TRUE, ...)
# S3 method for msem
standardizedCoefficients(object, ...)stdCoef(...)
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.
an object of class sem
or msem
returned by the
sem
function.
number of digits for printed output.
standardize path coefficients? Default is TRUE
.
standardize variances and covariances? Default is TRUE
.
arguments to pass down.
John Fox jfox@mcmaster.ca and Adam Kramer
Bollen, K. A. (1989) Structural Equations With Latent Variables. Wiley.
sem