Skip to content
Prev 2551 / 7420 Next

interpreting adonis results

On Fri, 2011-11-25 at 09:30 +0000, Gavin Simpson wrote:
Howdy Folks,

It seems that empty groups (count is zero) are the source of the
problem. You can drop them using factor() command for your interaction
-- this drops empty levels:

mod <- betadisper(betad, factor(groupA))

works for me.

However, like Gav said, this may not be a meaningful test (but still
calls for a fix in vegan). If I remember correctly, Marti Anderson had
interactions in her software, but that was dropped from current
versions. 

Cheers, jari oksanen