Suppose we have three treatments with the following data:
- Treatment 1: 10, 12, 14
- Treatment 2: 20, 22, 24
- Treatment 3: 30, 32, 34
Calculate the total ($T_i$) and mean ($\bar{X}_i$) for each treatment:
- $T_1 = 10 + 12 + 14 = 36$, $\bar{X}_1 = 36 / 3 = 12$
-
Show more…