How to perform Simple Linear Regression in Excel – 4 Methods

The sample dataset showcases Unit Cost vs Produced Unit. Dataset-How to Do Simple Linear Regression in Excel

 


What Is Linear Regression?

Regression Analysis deals with predicting values that depend on two or more variables. Linear Regression estimates values with single dependent and independent variables. The equation is : Y=mX+C+E and the variables are:

Y = Dependent Variable

m = Slope of the Regression Formula

X = Independent Variable

Ε = Error Term, the difference between the actual value and predicted value.

The error term, E is in the formula because no prediction is 100% correct.

The Linear Regression formula becomes: Y=mX+C, if the error term is ignored.


Method 1 – Performing Simple Linear Regression Using the Analysis Toolpak in Excel

Step 1:

  • Go to File > Options.

Tookpak Add-in-How to Do Simple Linear Regression in Excel

Step 2:

  • Select Add-ins > Choose Excel Add-ins in Manage > Click Go.

Add-in window

Step 3:

  • In the Add-ins window, check Analysis Toolpak > Click OK.

Selection

Step 4:

  • Go back to the worksheet and select Data > Data Analysis.

Analysis

Step 5:

  • Select Regression in Analysis Tools and click OK.

Regression

Step 6:

  • In the Regression dialog box, assign cell values to Input Y (Column D) and X (Column C) Ranges.

Options


Linear Regression Analysis Outcome

1. Regression Statistics:

Regression Statistics is an array of different parameters that indicate how well the measured Linear Regression describes the data model.

Regression Statistics-Do Simple Linear Regression in Excel

Multiple R: indicates a correlation between variables. Its value ranges from -1 to 1. The more positive the value, the stronger the correlative relationships:

1: a strong positive relationship.

-1: a strong negative relationship.

0:  no relationship.

R Square: the Coefficient of Determination. It indicates how well the data model fits the Regression Analysis. It also depicts the number of points that fall on the Regression Equation Line. It is calculated using the Total Sum of Squares. The R2 value is 0.9714.., so 97.14% of the data value falls in the Regression model and the same percentages of dependent variables are relatable by independent variables. An R2 value of more than 95% is taken as a good fit.

Adjusted R Square: The adjusted value of R2 is used in multiple variables Regression Analysis.

Standard Error: The smaller the Standard Error, the more accurate the Linear Regression equation. It shows the average distance of data points in the Linear equation.

Observations: The iteration number of the data model.


2. ANOVA Outcome

It’s the variance analysis that displays the variability of a data model.

ANOVA Outcome-Do Simple Linear Regression in Excel

ANOVA divides the Sum of Squares portion into parameters that provide information on the shifting within the Regression Analysis. The parameters are:

df: the number of degrees of freedom (nDOF) related to the variance sources.

SS: Sum of Squares; SS is considered the good to fit parameter. The less the Residual value of SS, the better it fits the the Total SS value.

MS: The Mean Square is known as MS.

F: F statistic or F-test refers to the Null Hypothesis. It tests the overall significance of the regression model.

Significance F: The P-Value of F.

The ANOVA calculation is less important than conducting a Linear Regression Analysis. However, the Significance F parameter is important. A Significance F value less than 5% or 0.05 indicates the a good fit to the data model.


3. Co-efficient Outcome:

The coefficients are used to calculate Y values.

Co-efficient Outcome-Do Simple Linear Regression in Excel


4. Residual Output:

It compares the calculated values with the estimated values as depicted below.

Residual Output-Do Simple Linear Regression in Excel

 

Read More: Multiple Linear Regression on Excel Data Sets


Method 2 – Displaying a Linear Regression Equation in an Excel Chart

Step 1:

  • Select the columns (C and D).
  • Go to Insert > Click Scatter (in Charts).

Chart-Do Simple Linear Regression in Excel

Step 2:

Excel immediately inserts the Chart with scatter points.

  • Right-click one of the points.
  • Select Add Trendline.

Add Trendline

Step 3:

  • In the Format Trendline window, check Linear and Display Equation on Chart.

Format Trendline

Step 4:

  • Use the Chart Element feature to complete the Chart as shown below.

Chart with equation-Do Simple Linear Regression in Excel

You will see the Linear Regression equation and the m and C values.


Method 3: Performing Linear Regression Using Multiple Functions in Excel

  • Enter the following formula in F6.
=LINEST(D5:D16,C5:C16)

LINEST Formula-Do Simple Linear Regression in Excel

  • As it’s an array formula, press CTRL+SHIFT+ENTER.

Result


The INTERCEPT Function:

  • Enter the equation in G8 to find the value.
=INTERCEPT(D5:D16,C5:C16)

INTERCEPT Function

  • Use the formula below to calculate the slope.
=SLOPE(D5:D16,C5:C16)

SLOPE Function

 

Find an additional parameter to depict how strongly the two variables are connected.

  • Enter the following formula in G10.

CORREL Function

The image below displays the outputs of the used formulas:

Outcome-Do Simple Linear Regression in Excel

Read More:


Method 4 –  Using the Solver Add-in to Trial-Error Test Linear Regression Outcomes

1. Using Assumed Values for Slope (m) and Intercept (C):

  • Input values as Slope (here, 5) and Intercept (here., 75).

Assumed values-Do Simple Linear Regression in Excel

2. Calculating Y Values:

  • Use the formula below.
=$G$4*B3+$H$4

Estimated Ys

3. Error Amounts between Y Values:

  • Execute an Arithmetic Operation (Subtraction) to find error amounts in Y values.

Error Calculation

Find the Sum of Squares in the error column. Here, the SUMSQ function is used as a tool in the Solver Add-in to minimize the error.

  • Use the following formula in H6.
=SUMSQ(E3:E14)

Sum of Square

4. Using the Solver Add-in:

  • Enable the Solver Add-in following the steps described in Method 1.

Enabled Solver Add-in -Do Simple Linear Regression in Excel

  • Go to Data > Click Solver (in Analysis).

Solver Analysis

In the Solve Parameters dialog box:

  • Assign Set Objective as H6 (the Sum of Square value).
  • Select Min in To.
  • Enter Slope (m) and Intercept (C) variable values in By Changing Variable Cells.
  • Click Solve.

Option Selection

  • In the Solver Results window, select Keep Solver Solution.
  • Click OK.

Selection-Do Simple Linear Regression in Excel

 


Download Excel Workbook


Related Articles


<< Go Back to Regression Analysis in Excel | Excel for Statistics | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Maruf Islam
Maruf Islam

MARUF ISLAM is an excellent marine engineer who loves working with Excel and diving into VBA programming. For him, programming is like a superhero tool that saves time when dealing with data, files, and the internet. His skills go beyond the basics, including ABACUS, AutoCAD, Rhinoceros, Maxsurf, and Hydromax. He got his B.Sc in Naval Architecture & Marine Engineering from BUET, and now he's switched gears, working as a content developer. In this role, he creates techy content... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo