Replies: 2 comments
|
The |
0 replies
|
@andieich I was just re-reading and realized that I didn't respond to your second question. I think that you could take the distance matrix estimates from |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I try to better understand the
testBetaDiversity()function. How does it differ from PERMANOVA, e.g. withvegan::adonis2()? If I understood correctly, both tests compare the position of the group centroids and use permutations to calculate pseudo F-values.Could I use the distance matrices returned by DivNet (or aitchison distance calculated from
fitted_z) inadonis2()? It is more flexible in defining covariates thantestBetaDiversity().All reactions