stdCoefs: Calculate standardized regression coefficients
Description
Calculate standardized regression coefficients
Usage
stdCoefs(
modelList,
data = NULL,
standardize = "scale",
standardize.type = "latent.linear",
test.statistic = "F",
test.type = "II",
intercepts = FALSE
)