r2stat {rpms} | R Documentation |
r2
Description
Returns the estimated R^2 statistic for determining the fit of the given model to the data
Usage
r2stat(t1, data, adjusted = TRUE)
Arguments
t1 |
Object inheriting from |
data |
data frame with variables used to estimate model |
adjusted |
TRUE/FALSE whether to compute adjusted R^2 |
Value
R^2 statistic computed using the model and provided data
[Package rpms version 0.5.1 Index]