coef.betasandwich {betaSandwich} | R Documentation |
Standardized Regression Slopes
Description
Standardized Regression Slopes
Usage
## S3 method for class 'betasandwich'
coef(object, ...)
Arguments
object |
Object of class |
... |
additional arguments. |
Value
Returns a vector of standardized regression slopes.
Author(s)
Ivan Jacob Agaloos Pesigan
Examples
object <- lm(QUALITY ~ NARTIC + PCTGRT + PCTSUPP, data = nas1982)
std <- BetaHC(object)
coef(std)
[Package betaSandwich version 1.0.7 Index]