Skip to content
Prev 3766 / 7420 Next

RE : CCA vs NMDS and ordisurf

I also suggest (like I have suggested before) that you run metaMDS with argument plot = TRUE. The convergence criteria in metaMDS are pretty stringent, but with plot argument you can see how different the solutions are. Two most typical non-convergence cases are that 

(1) most points are stable, but there are a some outliers that don't find their place in this universe, and

(2) your data need more dimensions and you should increase 'k'.

Then you should also check the stressplot( ). If the fit line shoots right up at the maximum observed dissimilarity, you may need to turn on 'noshare' argument in metaMDS to trigger step across dissimilarities. We claim that this rarely necessary with the monoMDS engine we use currently, but sometimes it is needed.

Without hands on your data it is difficult to guess more.

Cheers, Jari Oksanen


Sent from my iPad
On 22.4.2013, at 22.31, "Gavin Simpson" <gavin.simpson at ucl.ac.uk> wrote: