Go to the GraphPad home page. Buy online now for instant delivery!

  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
Authors: Kwong K.S.1; Liu W.
Source: Statistics and Probability Letters, Volume 49, Number 4, 1 October 2000 , pp. 411-416(6)

Computation of the distribution of the maximum studentized range statistic with application to multiple significance testing of simple effects
Authors: Margaret Diponzio; Copenhaver; Burt Holland
Journal of Statistical Computation and Simulation, 1563-5163, Volume 30, Issue 1, 1988, Pages 1 – 15

 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.