Coefficient of determination ( measures the proportion of the variance in the response that is explained by the model.
Coefficient determination close to 1 implies a good fit of the model, i.e., the model is accurate. Meanwhile, value close to 0 implies the opposite.
Warning
Use only if the number of observations is substantially larger than the number of coefficients.
Formula
Where
- SSE: Sum of Squares Error
- SSR: Sum of Squares Regression
- SST: Sum of Squares Total
Relation with F statistic
Relation of with is given in the following formula:
This formula is derived from the formula with simple algebra.
can also be obtained from using the following formula:
Adjusted
TODO what’s this