powered by
Multiple Correlation Coefficients (R-Squared and Adjusted R-Squared)
# S3 method for rsqbetasandwich coef(object, ...)
Returns a vector 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) coef(rsq)
Run the code above in your browser using DataLab