Standardized coefficients for linear models (old)

sem.coefs(modelList, data = NULL, standardize = "none",
  corr.errors = NULL, intercept = FALSE)

Arguments

modelList

a list of regressions representing the structural equation model

data

a data.frame used to construct the structured equations

standardize

whether coefficients should be scaled by their standard deviations ("scale") or by their ranges ("range")

corr.errors

a vector of variables with correlated errors (separated by "~~")

intercept

whether intercepts should also be returned. Default is FALSE