Learn R Programming

betaSandwich (version 1.0.8)

coef.rsqbetasandwich: Multiple Correlation Coefficients (R-Squared and Adjusted R-Squared)

Description

Multiple Correlation Coefficients (R-Squared and Adjusted R-Squared)

Usage

# S3 method for rsqbetasandwich
coef(object, ...)

Value

Returns a vector of multiple correlation coefficients (R-squared and adjusted R-squared)

Arguments

object

Object of class rsqbetasandwich.

...

additional arguments.

Author

Ivan Jacob Agaloos Pesigan

Examples

Run this code
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