Linear Regression Significance Test
Enter X and Y datasets to get slope, intercept, R-squared, t-statistic, F-statistic, p-value, and confidence intervals for a simple linear regression.
Enter Your Data
Load example dataset:
Enter X and Y data, then click Run Regression
Regression Equation
Slope (b1)
Intercept (b0)
R-squared
t-statistic
F-statistic
p-value
Full Results Table
| Parameter | Estimate | Std. Error | t-value | p-value |
|---|
ANOVA Table
| Source | SS | df | MS | F | p-value |
|---|
Slope Confidence Interval
Scatter Plot with Regression Line
Results copied to clipboard.
Summary
Enter X and Y datasets to get slope, intercept, R-squared, t-statistic, F-statistic, p-value, and confidence intervals for a simple linear regression.
How it works
- Enter the X (predictor) values as comma-separated numbers in the first field.
- Enter the matching Y (response) values in the second field — same number of values as X, same order.
- Select a significance level (alpha): 0.10, 0.05, or 0.01.
- Click "Run Regression" to compute the OLS estimates: slope, intercept, standard errors, t-statistic, F-statistic, R-squared, and p-value.
- The scatter plot with the fitted regression line renders automatically.
- Copy the full results summary to the clipboard for a report or homework submission.
Use cases
- Test whether advertising spend significantly predicts sales revenue.
- Determine if study hours have a statistically significant effect on exam scores.
- Check whether temperature significantly predicts electricity demand.
- Validate regression homework answers before submission.
- Quick OLS diagnostic before running full regression in R or Python.
- Assess whether a numeric predictor significantly explains variation in a response variable.
- Verify whether two economic time-series have a significant linear relationship.
- Explore small datasets in data-science or econometrics coursework.
Frequently Asked Questions
Last updated: 2026-06-10 ·
Reviewed by Nham Vu