Displaying 1 result from an estimated 1 matches for "wpatternpulsesnr".
2010 May 31
1
Post-hoc tests for repeated measures in balanced experimental design
...nt(summary(glht(d.lme, linfct=mcp(Condition2="Tukey"))))
My problems and questions are
1) When applying this solution to my collection of data I found  
several cases where the standard repeated-measures ANOVA showed a  
highly significant effect for both factors, e. g.
ano <- aov(d$wPatternPulseSNR~ d$Bedingung*d$Felder + Error(d$VPerson/ 
(d$Bedingung*d$Felder), data=d))
Error: d$VPerson
           Df Sum Sq Mean Sq F value Pr(>F)
Residuals 11 458.22   41.66
Error: d$VPerson:d$Bedingung
             Df Sum Sq Mean Sq F value    Pr(>F)
d$Bedingung  4 364.58   91.14  7.4429 0.0001140 *...