The Each Pair Stepwise, Newman-Keuls test compares the sample means using an iterative, stepwise procedure. At each iteration, Tukey’s HSD test is used to test two group means. For an example of this test, see Example of the Each Pair Stepwise, Newman-Keuls Test.
The procedure JMP uses for testing J group means is described as follows:
J = number of groups (sorted in ascending order of group means)
N = number of observations
d = degrees of freedom, calculated as N - J
i = index of smallest group mean involved in a comparison
j = index of largest group mean involved in a comparison
k = minimum group index of the largest group mean involved in a comparison
1.
Perform Tukey’s HSD test for groups i and j, where the number of groups for finding the appropriate quantile equals j - i + 1.
If the test is significant, groups i and j are determined to be significantly different. Decrease j by 1.
If this causes j to be less than k, then increase i by 1, set k = i + 1, set j = J, and continue to step 2.
If this causes j to be greater than or equal to k, then continue to step 2.
If the test is not significant, groups i and j are not determined to be significantly different. Increase i by 1, set k = j - 1, set j = J, and continue to step 2.
If k is greater than i, repeat step 1.
If k is less than or equal to i, stop the procedure. Any remaining untested ranges are deemed not to be significantly different.
Note: There are no mean circles added to the Comparison Circles graph when you use the Each Pair Stepwise, Newman-Keuls test. This is because each comparison has a different cut-off depending on the number of means between the two means being tested. Therefore, each circle would be a different size.

Help created on 10/11/2018