Skip to content
Prev 966 / 7420 Next

anosim, mrpp and adonis

Roman,
On 17/12/2009 18:29, "Roman Lu?trik" <roman.lustrik at gmail.com> wrote:
Not directly in mrpp(), but you can use meandist() which is documented
together with the mrpp() and has a plot method (in vegan 1.15-4 at CRAN and
vegan devel). The meandist() function is just another formulation of mrpp
(or vice versa).
If you want to fit a similar model as with mrpp and anosim above, you should
use

adonis(community.sub.dist ~ station, data = environmental.sub)

Then you cannot have 'strata = station' which would stratify all
permutations so that in no case would the 'station' change in fitted models
and all permutations would have identical statistics (within numerical
accuracy). 

adonis() does not have plot method, but  you can use betadisper for plots.
 
Cheers, Jari Oksanen