E-Code

One-way ANOVA — a TI-84 Plus CE program

By E-Code · updated

ANOVA1 is a TI-BASIC program for the TI-84 Plus CE. Compare the means of 2 to 6 groups: type each group's data, get the between- and within-group sums of squares, degrees of freedom, the F statistic, its p-value and eta squared.

What it asks for and what it shows

It asks for 4 values at its prompts. In the example below it shows SSB, SSW, DF B, DF W, F, ETA², P.

Example run

One of its oracle test cases: “three fertilizers”. The inputs are typed in order, and the results are the values the case expects on the screen.

StepValue
You enter
Input 13
Input 2{23,25,21,22,24}
Input 3{30,28,27,31,29}
Input 4{24,26,25,23,27}
The screen shows
SSB=93.33333333
SSW=30
DF B=2
DF W=12
F=18.66666667
ETA²=0.7567567568
P=2.071308142E-4

How it's checked

6 test cases, each checked against an independent method. Replayed key by key on a virtual TI-84 Plus CE, they make 42 checks.

How E-Code checks every program

Run it or put it on your calculator

Related programs

All TI-84 Plus CE statistics programs · All TI-84 Plus CE programs