Summary: This module briefly introduces r-squared. It also gives an example and an exercise.
R squared is a statistical measure of how well a regression line approximates real data points [ DefR-Squared]. R squared is a descriptive measure between zero and one, indicating how good one term is at predicting another [ R-SquaredDef].
If you have a model, the closer its R squared value is to one, the greater the ability of that model to predict a trend. A value of R squared equal to one, which only occurs in fairy tales and textbook exercises, would imply that your model provides perfect predictions.
Can R squared be used to indicate the strength of a relationship?
References: