Skip to content
Prev 65688 / 398506 Next

contrast matrix for aov

On Thu, 10 Mar 2005, Christophe Pallier wrote:

            
The issue is whether the variance of the error really depends on the 
treatment combination, which is what the Error(Subject/(Cue*Hemisphere)) 
assumes.  With that model

Error: Subject:Cue
           Df Sum Sq Mean Sq F value Pr(>F)
Cue        1 0.2165  0.2165  0.1967 0.6708
Residuals  7 7.7041  1.1006

Error: Subject:Hemisphere
            Df Sum Sq Mean Sq F value Pr(>F)
Hemisphere  1 0.0197  0.0197  0.0154 0.9047
Residuals   7 8.9561  1.2794

Error: Subject:Cue:Hemisphere
                Df Sum Sq Mean Sq F value Pr(>F)
Cue:Hemisphere  1 0.0579  0.0579  0.0773  0.789
Residuals       7 5.2366  0.7481

you are assuming different variances for three contrasts.
It uses a common variance for all treatment combinations.
Nothing is `wrong' with it, it just seems discordant with the description
of the experiment.