powered by
Standardized Regression Slopes
# S3 method for betasandwich coef(object, ...)
Returns a vector of standardized regression slopes.
Object of class betasandwich.
betasandwich
additional arguments.
Ivan Jacob Agaloos Pesigan
object <- lm(QUALITY ~ NARTIC + PCTGRT + PCTSUPP, data = nas1982) std <- BetaHC(object) coef(std)
Run the code above in your browser using DataLab