cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.
Get the free JMP Student Edition for qualified students and instructors at degree granting institutions.
Choose Language Hide Translation Bar
View Original Published Thread

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

zachary_scott0
Level I

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