Skip to content
Prev 799 / 7420 Next

adonis model specification

Christine,

There is no summary method for adonis. After calling the function,
simply use print:
x <- adonis(...)
x

And you are right, you can supply raw data and use the method argument
in adonis to define dissimilarity index (which is "bray" by default).

Cheers,

Peter

P?ter S?lymos
Alberta Biodiversity Monitoring Institute
Department of Biological Sciences
CW 405, Biological Sciences Bldg
University of Alberta
Edmonton, Alberta, T6G 2E9, Canada
Phone: 780.492.8534
email <- paste("solymos", "ualberta.ca", sep = "@")



On Tue, Sep 29, 2009 at 3:47 AM, Christine Griffiths
<Christine.Griffiths at bristol.ac.uk> wrote: