Modifications to SCATRBOX Program
Purpose: SCATRBOX is a freeware program distributed at a stat teacher workshop on 12/5/2001. By adding the following lines to the end of the program, you can get your TI-83 (or TI-83 Plus) to tell you the equation of the LSRL at the end. |
Append the following lines of code at the very bottom of the existing SCATRBOX program:
:Pause
:ClrHome
:Disp "LSRL IS Y=a+bX"
:Disp "WHERE a=",a
:Disp "AND b=",b
:Disp "CORR COEFF: r=",r
:Output(8,1,"PRESS 'ENTER'")
:Pause
:Disp ""