coef.rsqbetasandwich {betaSandwich} | R Documentation |
Multiple Correlation Coefficients (R-Squared and Adjusted R-Squared)
## S3 method for class 'rsqbetasandwich'
coef(object, ...)
object |
Object of class |
... |
additional arguments. |
Returns a vector 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)
coef(rsq)