- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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
- « Previous
-
- 1
- 2
- Next »