How do you perform linear regression on a TI-84 calculator?

Linear regression is a statistical method used to analyze the relationship between two or more variables. On a TI-84 calculator, linear regression can be performed by using the built-in functions under the STAT menu. This involves entering the data into two lists, selecting the linear regression function, and interpreting the results. The calculator will calculate the equation of the best-fit line and provide the correlation coefficient to measure the strength of the relationship. This process can be used to make predictions and analyze trends in data sets. By following the steps provided by the calculator, linear regression can be easily performed on a TI-84 calculator.

Perform Linear Regression on a TI-84 Calculator


Linear regression is a method we can use to understand the relationship between an explanatory variable, x, and a response variable, y.

This tutorial explains how to perform linear regression on a TI-84 calculator.

Example: Linear Regression on a TI-84 Calculator

Suppose we are interested in understanding the relationship between the number of hours a student studies for an exam and the exam score they receive.

To explore this relationship, we can perform the following steps on a TI-84 calculator to conduct a simple linear regression using hours studied as an explanatory variable and exam score as a response variable.

Step 1: Input the data.

First, we will input the data values for both the explanatory and the response variable. Press  Stat  and then press  EDIT . Enter the following values for the explanatory variable (hours studied) in column L1 and the values for the response variable (exam score) in column L2:

Step 2: Perform linear regression.

Next, we will perform linear regression. Press Stat and then scroll over to CALC. Then scroll down to 8: Linreg(a+bx) and press Enter.

Linear regression on a TI-84 calculator

For Xlist and Ylist, make sure L1 and L2 are selected since these are the columns we used to input our data. Leave FreqList blank. Scroll down to Calculate and press Enter. The following output will automatically appear:

Linear regression output on a TI-84 calculator

Step 3: Interpret the results.

From the results, we can see that the estimated regression equation is as follows:

exam score = 68.7127 + 5.5138*(hours)

We interpret the coefficient for hours to mean that for each additional hour studied, the exam score is expected to increase by 5.5138, on average. We interpret the coefficient for the intercept to mean that the expected exam score for a student who studies zero hours is 68.7127.

For example, a student who studies for three hours is expected to receive an exam score of 85.25:

exam score = 68.7127 + 5.5138*(3) = 85.25

We can also see that the r-squared for the regression model is r20.7199.

This value is known as the coefficient of determination. It is the proportion of the variance in the response variable that can be explained by the explanatory variable. In this example, 71.99% of the variation in the exam scores can be explained by the number of hours studied.

Additional Resources

How to Create a Residual Plot on a TI-84 Calculator

x