Differences of Standardized Regression Slopes
Source:R/betaSandwich-methods-diff-beta-sandwich.R
coef.diffbetasandwich.Rd
Differences of Standardized Regression Slopes
Usage
# S3 method for class 'diffbetasandwich'
coef(object, ...)
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