View Single Post
  #6   Report Post  
Jerry W. Lewis
 
Posts: n/a
Default anova post-hoc analysis: tukey test

You're welcome, glad it helped.

I'm not sure what you are calling a typo. Both your quoted and retyped
lines have identical content, so I assume that that the issue was
wrapping of long lines in my post.

Jerry

Ross wrote:

thanks, jerry. there're typos and corrected for those who may also need
this. on the other hand, i don't know what "single degree of freedom to test
for non-additivity" is and i wonder if a ranking saying which pairs are
significantly different, thanks again!


Dim rAveD(), cAveD() ' arrays of deviations of row/column averages
from grand mean


Dim rAveD(), cAveD() ' arrays of deviations of row/column averages from
grand mean


SSr As Double, SSc As Double, SSTukey As Double, SStot As Double,


Tukey1df = WorksheetFunction.FDist(FTukey, 1, dfe) ' p-value for
non-additivity


Tukey1df = WorksheetFunction.FDist(FTukey, 1, dfe) ' p-value for
non-additivity