cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar

Can you generate a letters report after conducting the Steel-Dwass nonparameteric comparison?

If you run a similar test like Tukey's JMP generates a "connecting letters report." However our data is non-normal and the variances are heterogeneous so we needed to use the Kruskal-Wallis test to examine variance and then used Steel-Dwass to compare means for all pairs of treatments. How can we get a similar letters report after doing this analysis?

Thanks,

Zach

10 REPLIES 10
yelnats
Level I

Re: Can you generate a letters report after conducting the Steel-Dwass nonparameteric comparison?

I was able to use the readxl library to read the xls input directly

library("readxl")

 

The input excel file should be set up like this, with two columns. Where A,B are the columns and 1,2,3 are the rows

             A                             B

    pairwisecomparison    p.value
1     June-Aug                  0.1637
2     Nov-Aug                   0.1093
3     Nov-July                   0.9316