coef.diffbetasandwich {betaSandwich} | R Documentation |
Differences of Standardized Regression Slopes
## S3 method for class 'diffbetasandwich'
coef(object, ...)
object |
Object of class |
... |
additional arguments. |
Returns a vector of differences of standardized regression slopes.
Ivan Jacob Agaloos Pesigan
object <- lm(QUALITY ~ NARTIC + PCTGRT + PCTSUPP, data = nas1982)
std <- BetaHC(object)
diff <- DiffBetaSandwich(std)
coef(diff)