Skip to content
Prev 1310 / 7420 Next

non-metric multidimensional scaling

Falk,
On 9/06/10 16:19 PM, "Falk Hildebrand" <hagen804 at yahoo.de> wrote:

            
The rankindex() only ranks (or orders). It does not pretend to do any
testing. However, value of 0.0344 is low. Typically, there are two
alternative explanations: your environmental variables are weak, or you have
too many of them in one analysis. If you sum up many environmental
variables, noise will dominate over signal. If you only use some of the
important variables, your signal will be stronger and correlations are
higher. See bioenv() function in vegan for further details. Another
alternative is to have a standardized PCA of your environmental variables,
and base the rankindex() on some of the first axes.
This does not make sense, because NMDS does not try to explain the
variation. Moreover, it is a non-linear method and a good (= clearly
non-linear) NMDS will always "explain less of the variation" than
corresponding linear analysis. However, you can use function stressplot() to
see the normal statistics. This is documented in the metaMDS help page and
in the vegan FAQ that you can read in an R session using command
vegandocs("FAQ").
The analyses are different. In constrained ordination you predict species
abundances from environmental variables with multiple regression. In
envfit() you predict each environmental variable separately form your
ordination scores. In particular, when you environmental variables are
correlated, only one or some few of the will be important in constrained
ordination, but all separately will be nearly equally important in envfit().
The species scores are weighted averages. So they have similar
interpretation as species scores in *CA. This is documented in metaMDS help.
 
Cheers, Jari Oksanen