I have a data set that needs each factor to be sorted by both Year and Type... so like
I can perform Kruskal-Wallis for each factor by Year or by Type. But is there a way for me to evaluate each factor by both? Similar to the ANOVA?
I have a data set that needs each factor to be sorted by both Year and Type... so like
I can perform Kruskal-Wallis for each factor by Year or by Type. But is there a way for me to evaluate each factor by both? Similar to the ANOVA?
I believe the closest to what you're looking for is mantelhaen.test
.
Although you better use kruskal
with mann-whitney afterwards.