Skip to contents

Standardized Regression Slopes

Usage

# S3 method for betadelta
coef(object, ...)

Arguments

object

Object of class betadelta.

...

additional arguments.

Value

Returns a vector of standardized regression slopes.

Author

Ivan Jacob Agaloos Pesigan

Examples

object <- lm(QUALITY ~ NARTIC + PCTGRT + PCTSUPP, data = nas1982)
std <- BetaDelta(object)
coef(std)
#>    NARTIC    PCTGRT   PCTSUPP 
#> 0.4951451 0.3914887 0.2632477