Skip to content

'Boolean Index too long'

2 messages · Wobbe Gong, Sarah Goslee

#
Hi,
On Tue, Jun 11, 2013 at 11:41 AM, Wobbe Gong <wobbegong85 at gmail.com> wrote:
Are you using mrpp() from the vegan package? It's good practice to say.
You don't provide a reproducible example, but my first guess is that
your grouping variable is not the same size as your dataset.

You don't tell us how you calculated mzbdist but assuming it's an
object of class dist, is

attributes(mzbdist)$Size

the same as

length(mzbsites$Site)

If not, you have a problem with your data preparation.

Sarah