Skip to content
Prev 1687 / 7420 Next

relative compositional dissimilarity among sites against a continuous variable

When I run adonis with the following code:  adonis (MamPA ~ Mam_tot, data=summary, method="bray", zerodist="add")

I get the error message: Error in G * t(hat) : non-conformable arrays

What does non-conformble arrays mean?


-----Original Message-----
From: Jari Oksanen [mailto:jari.oksanen at oulu.fi] 
Sent: Wednesday, November 24, 2010 5:43 PM
To: Pekin, Burak K
Cc: 'r-sig-ecology at r-project.org'
Subject: Re: [R-sig-eco] relative compositional dissimilarity among sites against a continuous variable
On 25/11/10 00:37 AM, "Pekin, Burak K" <bpekin at purdue.edu> wrote:

            
Burak,

Very vaguely similar (some people would say "no, not at all"). If you want to do something like PERMANOVA and do it in R (instead of using Marti Anderson's PERMANOVA standalone software binaries in Windows), you can use
adonis() of vegan  which does this like it should be done.

Cheers, Jari Oksanen