Multiple Correlation Coefficients (R-Squared and Adjusted R-Squared)
Source:R/betaSandwich-methods-r-sq-beta-sandwich.R
coef.rsqbetasandwich.Rd
Multiple Correlation Coefficients (R-Squared and Adjusted R-Squared)
Usage
# S3 method for class 'rsqbetasandwich'
coef(object, ...)
Examples
object <- lm(QUALITY ~ NARTIC + PCTGRT + PCTSUPP, data = nas1982)
std <- BetaHC(object)
rsq <- RSqBetaSandwich(std)
coef(rsq)
#> rsq.rsq adj.adj
#> 0.8045263 0.7905638