TWO-WAY ANOVA |
|
Read in the silage data. There are 21 plots arranged in three blocks of seven plots. The seven conditioning treatments were allocated randomly to the plots within each block.
To perform the ANOVA analysis the dryrate data must first be unstacked into 7 columns,
representing treatment, and 3 rows representing the replicate.
This can be done either by
copying and pasting into new worksheet cells, or by using the PivotTable Wizard to create
the table on the right.
Now select Tools > Data Analysis > ANOVA: two-way without replication
NB: Excel views replication in a special way. In this case 'two-way ANOVA without replication' must be selected even though replication is used in the experimental model. For further information see the Help documentation for the two-way ANOVA.
Enter the input range, including the row and column labels but not the Grand Totals and the
output range (on the same sheet) . Click OK to obtain the following output:
To identify how real are the treatment differences, construct t-tests, using the
mean square error in the ANOVA as the estimate of the variance.
Calculate the standard error of the differences between pairs of treatments
by selecting an empty cell and typing = SQRT(MSError*((1/n1) + (1/n2)))
where MSError is the cell reference of the mean square error and n1 and
n2 are the number in each treatment.
Use this value to test for differences between pairs of treatments by
calculating a p-value from t using the following steps:
For example, for a comparison between treatments 1 and 2,
s.e.d = 0.209367, df =12, t = 0.11145, and p = TDIST(0.11145,12,2) =0.913104.
i.e. There is no evidence of a difference between treatments 1 and 2.
Basic statistics in Excel   23.2.99   Page: 22 of 25 |
|