27 September 2021 0 4K Report

Hi there,

I am able to run a one-way ANOSIM test in R (vegan package) but I do not know how to carry out a two-way ANOSIM. Here an example for my one-way test for factor Year on my dataset:

  • results= anosim(dataset, dune$Year, distance = "bray", permutations = 9999)
  • results

I wish to include a second factor, e. g. Zone, for the two-way analysis.

Can anyone help me on that?

Thanks in advance!

Miquel

Similar questions and discussions