MATH121
Linear Regression on TI-83
1. Enter lists | |
Clear all lists | |
Set up editor | |
Get ready to edit lists; position cursor at top of list L1 |
|
Enter x values, pressing
after each one |
|
Position cursor at top of L2 list | |
Enter y values, pressing after each one |
|
Quit | |
2. Graph the data | |
Turn Plot 1 On | |
|
Highlight first type of graph Xlist is L1 |
Quit | |
3. Do the linear regression; the equation will be of the form y(x) = ax + b | |
Go to STAT CALC and do LinReg(ax+b) |
|
Values of a, b, r, and r2 appear on screen; a = slope; b = y intercept |
|
************************************************************************* | |
Note: If r and its value do not appear on screen, it must be turned on: | |
Use the CATALOG | |
Press as many times as needed to position the pointer at DiagnosticOn | |
From now on, until it is turned off, the values of r and r2 will appear on screen for all linear regressions |
|
Start at the top of Step 3 again. | |
************************************************************************* | |
4. Paste the linear regression equation into Y1 and graph it | |
. | Regression equation is pasted into Y1 |
Regression line is graphed with data points |
|
5. Use the regression line to make predictions | |
Method 1: If the x value where the prediction is to be made is in the current graphing window, |
|
And then enter the x value where the prediction is to be made |
|
Y value is the predicted value | |
If the x value is not in the current graphing window, the window can be reset to include that x value. It is not necessary to have the y value in the window. Then use the process above. | |
Method 2: | |
Use TblSet | |
Set Indpnt: to Ask and Depend: to Auto Quit And then enter the x value in the X column; the corresponding value in the Y1 column is the predicted value |
|
6. When regression is completed, turn scatter plots off | |