The exact SAS macro I am interested in is this one: https://www.cscu.cornell.edu/workshops/Nonparametric_Files/dunn%20macro.sas For each comparison, it outputs the difference in average ranks, the cutoff value for that comparison, and if that comparison is significant given a certain alpha. What I really need to know is how to use the difference in average ranks output and the cutoff output to determine the p-value.
... View more