Skip to content
Prev 213 / 7420 Next

NMDS in vegan

Quoting Manuel Sp?nola <mspinola10 at gmail.com>:
Only what metaMDS says above: you use the default of regarding  
dissimilarities >1 as NA (missing), and try to use 'stepacross' to  
replace those. However, only one dissimilarity is left ("Too long or  
NA distances: 9 out of 10 (90.0%)") which leaves you one observed  
value. With this you cannot reconstitute a complete dissimilarity  
matrix, and you get "Disconnected data: Result will contain NAs" and  
in this case "an initial configuration must be supplied with NA/Infs  
in 'd'". That wouldn't help with only one observed dissimilarity,  
though.

metaMDS is intended for ordinary community data which you don't have.  
You have to turn off those default options that are used for community  
data. In this case that means:

metaMDS(x, "euc", too=0, wa=FALSE, auto=FALSE)

Here auto=F is not strictly necessary, but it is safe for you kind of data.

This gives you zero stress which indicates that in this case (and with  
five points!) metaMDS/isoMDS is a dubious choice.

cheers, jari oksanen