Skip to content
Prev 1778 / 7420 Next

ordination and clustering with continous and categorical variables

On Sun, 2010-12-19 at 21:07 +0100, Mario Brusadin wrote:
Etienne Laliberte's FD package contains gowdis() which includes several
extensions to Gower's Coefficient motivated form an ecological
viewpoint. See it and the references cited for more information.

On the other hand, daisy() is robust and well tested.

Which to use will depend on whether you need Podani's extensions.
I wouldn't use CA for this. Principal Coordinates (PCoA) would be a
starting point, but nMDS (metaMDS() in package vegan) would be my
preferred method if ordinating sites.

One problem, or rather issue, I foresee is that neither of these
techniques use the original species information - it is effectively lost
when we convert to dissimilarities. Species scores can be located in the
ordination space, where they are the weighted averages of the site
scores.

How were you planning on investigating niche breadth from the
ordination? What would niche-breadth relate to in terms of traits?

With nMDS you can't treat the "axes" separately - there aren't two
independent gradients in a 2d nMDS solution, you have to work with the
configuration in 2-d space. You can fit a model to this configuration
using ordisurf (or do it by hand using gam() ), but then extracting
niche widths from a smoother-based model is problematic - but see
Heegaard's paper on "borders":

Heegaard E. 2002. The outer border and central border for
species-environmental relationships estimated by non-parametric
generalised additive models. Ecological Modelling 157: 131-139.

although I'm not aware of a generally-available R implementation.
HTH

G