Hypothesis Testing and Statistical Inference
Enter your data points below to calculate the Coefficient of Determination (R²), Adjusted R², Correlation Coefficient (r), and the linear regression equation. This tool helps you assess the 'goodness of fit' for your linear model.
Explore these examples to understand how the Coefficient of Determination is used in different scenarios.
A scenario where Y consistently increases as X increases, showing a strong linear relationship.
X: 1, 2, 3, 4, 5
Y: 2.1, 3.9, 6.2, 8.1, 10.3
A scenario where Y consistently decreases as X increases.
X: 10, 20, 30, 40, 50
Y: 95, 82, 73, 66, 51
Data points are scattered randomly, indicating no clear linear relationship between X and Y.
X: 1, 2, 3, 4, 5, 6
Y: 3, 8, 5, 1, 9, 4
Analyzing the relationship between hours spent studying and the final exam score.
X: 1, 2, 3, 4, 5, 6, 7, 8
Y: 65, 68, 72, 75, 82, 88, 90, 95