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

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

  1. Enter the X (predictor) values as comma-separated numbers in the first field.
  2. Enter the matching Y (response) values in the second field — same number of values as X, same order.
  3. Select a significance level (alpha): 0.10, 0.05, or 0.01.
  4. Click "Run Regression" to compute the OLS estimates: slope, intercept, standard errors, t-statistic, F-statistic, R-squared, and p-value.
  5. The scatter plot with the fitted regression line renders automatically.
  6. 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