sem.coefs {piecewiseSEM} | R Documentation |
Standardized coefficients for linear models (old)
sem.coefs(modelList, data = NULL, standardize = "none", corr.errors = NULL, intercept = FALSE)
modelList |
a |
data |
a |
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 |