R pairwise.adonis2 for post hoc test of 2-way PERMANOVA

1.1k Views Asked by At

I’m trying to do post-hoc test for two-way permanova using pairwise.adonis2 in R with the following syntax:

pairwise.adonis2(community ~ factorA, data = data, strata = “factorB”)

But the results only show the overall effect of factorA (with the effect of factorB controlled I believe), rather than showing the effect of factor A at each level of factorB. Is there any way I can get around this?

0

There are 0 best solutions below