• Skip to secondary menu
  • Skip to main content
  • Skip to primary sidebar
  • My Store
  • Glossary
  • Home
  • About Me
  • Contact Me

Statistics By Jim

Making statistics intuitive

  • Graphs
  • Basics
  • Hypothesis Testing
  • Regression
  • ANOVA
  • Probability
  • Time Series
  • Fun
  • Calculators

Simple Linear Regression [SLR]

By Jim Frost

« Back to Glossary Index

What is Simple Linear Regression?

Simple linear regression (SLR) is a statistical method that quantifies the linear relationship between two continuous variables—a single predictor (independent variable) and an outcome (dependent variable). It estimates the relationship by finding the best fitting straight line through data points.

Simple linear regression has the following two primary goals:

  • Understanding the relationship between the variables.
  • Predicting the outcome based on the value of the independent variable.

This method typically estimates the best-fitting line using the least squares method, which identifies the line that minimizes the squared differences between the observed values and predicted values (i.e., the residual sum of squares (RSS)).

Simple Linear Regression Equation

The standard notation for a simple linear regression equation is the following:

Representation of a simple linear regression equation for a model.

Where:

  • Y is the dependent variable (DV or the outcome you’re predicting).
  • X is the independent variable (IV or the predictor you’re using).
  • β0​ is the intercept (predicted value of Y when X = 0).
  • β1​ is the slope (the average change in Y for a one-unit increase in X).
  • ε represents the random error or residual, indicating how individual observations deviate from the predicted values.

To understand the relationship between the IV and DV, analysts examine the slope coefficient (β1) to determine the strength and direction of the predictor’s association with the outcome.

Predicting outcomes involves substituting specific values of the independent variable (X) into the simple linear regression equation.

Example Interpret Results

For example, a researcher studying the relationship between hours spent studying (predictor) and test scores (outcome) might fit a simple linear regression model. Suppose the estimated regression equation is:

Simple linear regression model for the example.

The slope coefficient for hours studying (4) indicates that each additional hour spent studying corresponds with an average increase of 4 points in test score. If a student studies 5 hours, the predicted test score would be:

Calculations using the model to make a prediction.

The graph below displays the line of best fit with the data points for this model.

Graph that displays the simple linear regression model with the best fitting line and data points.

Simple linear regression provides not only a way to predict the outcome but also a quantitative understanding of how strongly the predictor influences it. Analysts typically evaluate the model’s effectiveness by examining R-squared, which indicates the proportion of variation in the outcome explained by the predictor, and by assessing residual plots to verify that the linear model satisfies underlying assumptions.

Related

Related Articles:
  • When Should I Use Regression Analysis?
  • How to Interpret P-values and Coefficients in Regression Analysis
  • Linear Regression Explained with Examples
  • Linear Regression Equation Explained
  • Glossary: Bivariate Data & Analysis
  • Glossary: Coefficient of Determination
« Back to Glossary Index

Primary Sidebar

Meet Jim

I’ll help you intuitively understand statistics by focusing on concepts and using plain English so you can concentrate on understanding your results.

Read More...

Buy My Introduction to Statistics Book!

Cover of my Introduction to Statistics: An Intuitive Guide ebook.

Buy My Hypothesis Testing Book!

Cover image of my Hypothesis Testing: An Intuitive Guide ebook.

Buy My Regression Book!

Cover for my ebook, Regression Analysis: An Intuitive Guide for Using and Interpreting Linear Models.

Subscribe by Email

Enter your email address to receive notifications of new posts by email.

    I won't send you spam. Unsubscribe at any time.

    Buy My Thinking Analytically Book!

    Cover for my book, Thinking Analytically: An Guide for Making Data-Driven Decisions.

    Top Posts

    • F-table
    • Cronbach’s Alpha: Definition, Calculations & Example
    • Z-table
    • How To Interpret R-squared in Regression Analysis
    • Cohens D: Definition, Using & Examples
    • Box Plot Explained with Examples
    • T-Distribution Table of Critical Values
    • Multicollinearity in Regression Analysis: Problems, Detection, and Solutions
    • Root Mean Square Error (RMSE)
    • Interpreting Correlation Coefficients

    Recent Posts

    • Data Collection Methods: Step-By-Step Guide with Examples
    • ANOVA Calculator
    • Positive Predictive Value: Meaning, Formula, and Interpretation
    • Median Absolute Deviation Calculator
    • Median Absolute Deviation: Definition, Finding & Formula
    • Outlier Calculator

    Recent Comments

    • Skata na fas on Comparing Regression Lines with Hypothesis Tests
    • Jim Frost on Comparing Regression Lines with Hypothesis Tests
    • Skata na fas on Comparing Regression Lines with Hypothesis Tests
    • Skata na fas on Comparing Regression Lines with Hypothesis Tests
    • Jim Frost on Pareto Chart: Making, Reading & Examples

    Copyright © 2026 · Jim Frost · Privacy Policy