1

With reference to the sample data set below (3 treatments ABC, 3 positions 123 and 3 reps), I am interested in knowing if the level of variation in the responses due to treatments A, B and C are the same or sig different. Also if the level or variation in the 3 positions is the same or not. Finally, is there a sig interaction between treatment and position.

            A       B       C
Position 1  1.01    1.03    1.05
            1.02    1.00    1.02
            0.99    1.01    1.01
Position 2  0.98    1.00    1.00
            0.99    1.02    1.00
            1.01    1.04    1.02
Position 3  1.00    0.99    1.01
            1.02    1.02    1.00
            1.01    1.02    1.01

A normal Anova will determine if the means are sig different (or not) but i am interested in assessing the level of variation in the data, is the level of variation in the response affected by treatment and / or position.

Assuming the data is normally distributed I was considering using the Bartlett test to assess the homogeneity of variance for the treatments (3 columns) and then repeating the test for the rows. Is this approach valid? Is there a better way?

0 Answers0