View source: R/betaSandwich-methods-r-sq-beta-sandwich.R
coef.rsqbetasandwich | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.