Linear Regression Calculator
Enter your X (predictor) and Y (response) data points to compute a linear regression model. This calculator finds the slope (b1), intercept (b0), and R² value, giving you the line-of-best-fit equation Ŷ = b0 + b1·X. You also get the correlation coefficient (r) and standard error so you can judge model fit at a glance.
Results
Regression Equation
--
Slope (b1)
--
Intercept (b0)
--
R² (Coefficient of Determination)
--
Correlation Coefficient (r)
--
Standard Error of Estimate
--
Number of Data Points (n)
--
Predicted Y Value
--