vcov.rsqbetasandwich {betaSandwich} | R Documentation |
Sampling Covariance Matrix of Multiple Correlation Coefficients (R-Squared and Adjusted R-Squared)
## S3 method for class 'rsqbetasandwich'
vcov(object, ...)
object |
Object of class |
... |
additional arguments. |
Returns a matrix of the variance-covariance matrix of multiple correlation coefficients (R-squared and adjusted R-squared).
Ivan Jacob Agaloos Pesigan
object <- lm(QUALITY ~ NARTIC + PCTGRT + PCTSUPP, data = nas1982)
std <- BetaHC(object)
rsq <- RSqBetaSandwich(std)
vcov(rsq)