vcov.diffbetasandwich {betaSandwich} | R Documentation |
Sampling Covariance Matrix of Differences of Standardized Regression Slopes
Description
Sampling Covariance Matrix of Differences of Standardized Regression Slopes
Usage
## S3 method for class 'diffbetasandwich'
vcov(object, ...)
Arguments
object |
Object of class |
... |
additional arguments. |
Value
Returns a matrix of the variance-covariance matrix of differences of standardized regression slopes.
Author(s)
Ivan Jacob Agaloos Pesigan
Examples
object <- lm(QUALITY ~ NARTIC + PCTGRT + PCTSUPP, data = nas1982)
std <- BetaHC(object)
diff <- DiffBetaSandwich(std)
vcov(diff)
[Package betaSandwich version 1.0.7 Index]