View source: R/betaSandwich-methods-beta-sandwich.R
coef.betasandwich | R Documentation |
Standardized Regression Slopes
## S3 method for class 'betasandwich'
coef(object, ...)
object |
Object of class |
... |
additional arguments. |
Returns a vector of standardized regression slopes.
Ivan Jacob Agaloos Pesigan
object <- lm(QUALITY ~ NARTIC + PCTGRT + PCTSUPP, data = nas1982)
std <- BetaHC(object)
coef(std)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.