coef.rsqbetasandwich {betaSandwich} | R Documentation |
Multiple Correlation Coefficients (R-Squared and Adjusted R-Squared)
Description
Multiple Correlation Coefficients (R-Squared and Adjusted R-Squared)
Usage
## S3 method for class 'rsqbetasandwich'
coef(object, ...)
Arguments
object |
Object of class |
... |
additional arguments. |
Value
Returns a vector of multiple correlation coefficients (R-squared and adjusted R-squared)
Author(s)
Ivan Jacob Agaloos Pesigan
Examples
object <- lm(QUALITY ~ NARTIC + PCTGRT + PCTSUPP, data = nas1982)
std <- BetaHC(object)
rsq <- RSqBetaSandwich(std)
coef(rsq)
[Package betaSandwich version 1.0.7 Index]