I'm trying to get the coefficients of the taxa that generate the most differences between the groups in my permutest of types of supplies for the animals. I paste the results of the permutest:
permutest(betadispersionAlimentación, pairwise = TRUE) enter image description here
When I try to get the coefficients, Studio answer me with this:
coefficients(betadispersionAlimentación)["C",] NULL
The object to get the coefficients is the type of: Permanova? Betadisper? Permutest?
i don't know how can I get the taxa (genus, Family, Specie...) that contribute to the differences.
can anybody help me, please?
Thanks a lot!