vcov.betasandwich {betaSandwich} | R Documentation |
Sampling Covariance Matrix of the Standardized Regression Slopes
## S3 method for class 'betasandwich'
vcov(object, ...)
object |
Object of class |
... |
additional arguments. |
Returns a matrix of the variance-covariance matrix of standardized slopes.
Ivan Jacob Agaloos Pesigan
object <- lm(QUALITY ~ NARTIC + PCTGRT + PCTSUPP, data = nas1982)
std <- BetaHC(object)
vcov(std)