Skip to contents

Differences of Standardized Regression Slopes

Usage

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

Arguments

object

Object of class diffbetasandwich.

...

additional arguments.

Value

Returns a vector of differences of standardized regression slopes.

Author

Ivan Jacob Agaloos Pesigan

Examples

object <- lm(QUALITY ~ NARTIC + PCTGRT + PCTSUPP, data = nas1982)
std <- BetaHC(object)
diff <- DiffBetaSandwich(std)
coef(diff)
#>  NARTIC-PCTGRT NARTIC-PCTSUPP PCTGRT-PCTSUPP 
#>      0.1036564      0.2318974      0.1282410