Skip to content
Prev 3222 / 7420 Next

Question on block effect significance in 'adonis' PERMANOVA

On Mon, 2012-07-23 at 10:31 -0200, Alexandre Fadigas de Souza wrote:
That is what is intended for `strata`. It is a conditioning variable for
the permutation test *only*, so it never enters into the computations
other than to force the permutations to be freely exchangeable within
each hill but not exchangeable between hills.

If you want to include the effect of hill it needs to be included as a
variable in the formula.

I'm not fully familiar with adonis() but if you include hill in the
fixed effects formula then I don't think you can't test significance of
hill if you also use `strata = hill` (because each permutation will
essentially have the same samples allocated at the hill level.

HTH

G