![]() |
GraphPad Home
Support
Quick Answers Database
| How are the critical values for Dunnett's and Tukey's multiple comparison tests computed? FAQ# 1517 | |
|
Prism does not compute critical values for the Dunnett or Tukey tests, but rather uses values tabulated by others. It is possible, but difficult, to compute these values and we are considering do so in the future (to allow computation at more significance levels). These references explain how: Calculation of critical values for Dunnett and Tamhane's step-up multiple test procedure Computation of the distribution of the maximum studentized range statistic with application to multiple significance testing of simple effects C code for the Tukey values can be found here. The R command ptukey computes the probability for any values. For example, if q=3.1, and there are 5 values in each group, and the overall ANOVA has 16 degrees of freedom (residual), calculate the adjusted P value using the command below (if the two groups had different number of values, enter their harmonic mean) 1 - ptukey(3.1,5,16) The command qtukey similarly computes the critical values corresponding to any probability. As far as I can see, there is no similar command for the Dunnett probabilities.
|
|
|
* * * * * Copyright 2002 - 2009, GraphPad Software Inc. All rights reserved. Please email us comments and corrections. |
|