I have an abundance matrix with samples and OTU's present in those samples. I want to know if the samples are different between each other, so I ran a PERMANOVA in R with default options, using the function adonis within the vegan package.
Every time I run it this warning pops up:
'nperm' >= set of all permutations: complete enumeration.
Set of permutations < 'minperm'. Generating entire set.
Someone know what does this mean?