Skip to content

Mantel correlogram?

2 messages · Kathleen Regan, Sarah Goslee

#
Hi Kathy,

It's easiest to answer questions like that if you provide enough of
your data to create a reproducible example, like:
dput(head(mydata, 15))

But it sounds like you may just need subset(), rather than this being
a question about Mantel correlograms per se.

A Mantel correlogram is a good choice if your hypothesis is expressed
in terms of distances, rather than in terms of raw data. It can't
magically make up for insufficient data: if you don't have enough data
to calculate a meaningful semivariogram, you also don't have enough to
calculate a meaningful Mantel correlogram.

Sarah
On Tue, Mar 12, 2013 at 7:27 AM, Kathleen Regan <kath.regan at gmail.com> wrote: