Skip to content
Prev 5024 / 7420 Next

Partitioning spatial effects using trend surface analysis or PCNM

Hi "trichter"
On 5 May 2015 at 13:34, trichter <trichter at uni-bremen.de> wrote:
<snip />
Don't think last analysis makes much sense; if you have a cubic polynomials
plus interactions you should only consider the interactions first for
removal, then decide if quadratic rather than cubic are needed
Again, as above, you have to be very careful with this. Just because you
made a matrix with 9 "covariates" it doesn't mean it makes sense to cherry
pick from these terms.
You are supposed to choose from among the set of PCNMs which explain the
species data best, not use them all in the model. The problem appears to be
that you have a model that is far too complex with lots of redundant axes
(or more likely too few constraints).

One suggestion is to use only those PCNMs that have positive spatial
correlation. Compute that using Moran's I of which there are a few
implementations around in various R packages. You can do CCA analysis with
the positive spatial correlation PCNMs separately from the negatively
correlated PCNMs if you wish.

You will probably need to do some type of forward selection but the
preferred method seems to be limited to RDA (because the adjusted R2
measure used in the global significance test isn't worked out for CCA). If
you skip the global test, you could just do forward selection on the
positive PCNMs, but you probably want to try to control for accepting too
many PCNMs by having low entry threshold for significance.

HTH

G