powered by
Sampling Covariance Matrix of Multiple Correlation Coefficients (R-Squared and Adjusted R-Squared)
# S3 method for rsqbetasandwich vcov(object, ...)
Returns a matrix of the variance-covariance matrix of multiple correlation coefficients (R-squared and adjusted R-squared).
Object of class rsqbetasandwich.
rsqbetasandwich
additional arguments.
Ivan Jacob Agaloos Pesigan
object <- lm(QUALITY ~ NARTIC + PCTGRT + PCTSUPP, data = nas1982) std <- BetaHC(object) rsq <- RSqBetaSandwich(std) vcov(rsq)
Run the code above in your browser using DataLab