| r2stat | R Documentation |
Returns the estimated R^2 statistic for determining the fit of the given model to the data
r2stat(t1, data, adjusted = TRUE)
t1 |
Object inheriting from |
data |
data frame with variables used to estimate model |
adjusted |
TRUE/FALSE whether to compute adjusted R^2 |
R^2 statistic computed using the model and provided data