I need to perform non-parametric post hoc multiple comparisons.
I found two interesting macros that implemented methodology about post hoc test for Kruskal Wallis test, but p-value was never provided. Any ideas to implement calculation?
Here the two macros:
https://www.alanelliott.com/kw/KW_MC.sas
http://support.sas.com/publishing/bbu/zip/60622.zip (Dunn macro available at chapter 6)
Thank you