Re: pairwise comparisons in community structure analysis data
On Mon, 2009-08-10 at 16:43 -0400, Penelope_Pooler@... wrote:
> I have a question that I'm not sure has a right answer, but I would
> appreciate any and all opinions, especially if you know of any citations to
> back them up.
>
> In the past, when dealing with univariate data, I have always been a
> proponent of using Fisher's Protected LSD for pairwise comparisons because
> it is the most powerful procedure, and the accuracy of its experimentwise
> error rate is based on a sound argument that was subsequently proven to be
> true with simulations in Carmer and Swanson (1973 ). I included the full
> reference below.
>
> At the moment, I'm working with community structure data (multivariate
> nonparametric) at multiple sites and there is an need to determine which
> sites are different from which other sites. My colleague has used a
> Bonferroni correction for this type of question the past, but I tend to
> think that is most likely too conservative. I'm interested to know if any
> of you have dealt with a similar problem and/or if you know if anyone has
> done any work on comparing pariwise comparisons procedures for multivariate
> nonparametric data.
You don't say how you are comparing sites, i.e. to what is the
Bonferroni correction applied? The p-value from ...?
You are also a bit vague about the data structures/layout. If your data
represent a set of sites with multiple samples taken at each of these
sites, then you might want to look at adonis() and betadisper(), both
functions in the vegan package.
adonis() partitions the dissimilarities between sites on the basis of
(Continue reading)