Skip main navigation

Simple Linear Regression versus Multiple Linear Regression

In this session, you will be introduced to Multiple Regression.

So far you have learned about simple linear regression. You have taken two variables and plotted them on the Cartesian plane and then worked out the Line of Best Fit.

How Does Multiple Linear Regression Differ from Simple Linear Regression?

Simple Linear Regression: What you have learned so far

  • One Independent Variable: Simple linear regression examines the relationship between one independent variable (x) and one dependent variable (y).
  • Equation: The model is represented by the equation (y = mx + b), where (m) is the slope and (b) is the y-intercept.
  • Purpose: It helps to understand and predict the relationship between two variables, like predicting test scores based on hours studied.

Introduction to Multiple Linear Regression

Imagine you’re trying to guess how well a student will do on a test. You might think about how many hours they studied. But what if you also knew how much sleep they got? Or how many practice questions they complete? Multiple linear regression helps us use all this information together to make a better guess.

What is Multiple Linear Regression?

Multiple linear regression is like the line of best fit but with more than one factor. Instead of just one line, it’s like having a “best-fit plane” or even a “best-fit space” that considers multiple variables at once.

How Does It Work?

  1. More Variables: Instead of just x and y, we now have x1, x2, x3, and so on. Each ‘x’ is a different factor that might affect our outcome (y).
  2. Equation: Instead of (y = mx + b), we now have something like: (y = b + m1x1 + m2x2 + m3x3 + …)

    Here, ‘b’ is still our y-intercept, and each ‘m’ shows how much each factor affects y.

  3. Finding the Best Fit: Just like with the line of best fit, we’re trying to minimise the errors between our predictions and the actual data.

Why Is It Useful?

  1. Better Predictions: By considering multiple factors, we can often make more accurate predictions.
  2. Understanding Relationships: We can see how different factors work together to affect an outcome.
  3. Real-World Complexity: Most real situations involve many factors, not just one.

Simple Example

Let’s go back to predicting test scores:

  • x1 could be hours studied.
  • x2 could be hours of sleep.
  • x3 could be the number of practice questions done.

Our regression might show that each hour of study adds 2 points, each hour of sleep adds 1 point, and every 10 practice questions add 0.5 points to the predicted score.

In Summary

Multiple linear regression is a powerful tool that helps us understand and predict outcomes based on several factors simultaneously. It’s like having a super-smart crystal ball that considers lots of information to make predictions!


So what are the Key Differences:

  1. Number of Variables: Simple linear regression uses one independent variable, while multiple linear regression uses two or more.
  2. Complexity: Multiple linear regression is more complex as it accounts for multiple factors and their combined effect on the dependent variable.
  3. Predictive Power: Multiple linear regression often provides better predictions and insights because it considers the influence of several variables at once.

Why It’s Important:

Understanding the difference between simple and multiple linear regression is crucial as it prepares you to handle more complex data analysis. Multiple linear regression allows for a more nuanced understanding of relationships in data, which is essential for making informed decisions in fields like social sciences, economics, and healthcare.

This article is from the free online

Introduction to Statistics without Maths: Regressions

Created by
FutureLearn - Learning For Life

Reach your personal and professional goals

Unlock access to hundreds of expert online courses and degrees from top universities and educators to gain accredited qualifications and professional CV-building certificates.

Join over 18 million learners to launch, switch or build upon your career, all at your own pace, across a wide range of topic areas.

Start Learning now