Hello, I need nemenyi-test or any other post-hoc test for kruskal-wallis, but I just can't find out how to implement this in R. My data set is nitrite concentrations in four different groups which I intend to compare. The kruskal-wallis-test showed significance, but I still don't know between which groups these significances are. Can anybody help me with this? Thanks
kruskal wallis post hoc test in R
2 messages · Melanie Müller, Stefan Grosse
On Thursday 06 March 2008 10:18:18 am Melanie M?ller wrote:
MM> Hello, MM> I need nemenyi-test or any other post-hoc test for kruskal-wallis, but I MM> just can't find out how to implement this in R. MM> My data set is nitrite concentrations in four different groups which I MM> intend to compare. The kruskal-wallis-test showed significance, but I MM> still don't know between which groups these significances are. MM> Can anybody help me with this? library(coin) example(oneway_test) provides an example for a Nemenyi-Damico-Wolfe-Dunn test. Stefan