Skip to content
Prev 3019 / 7420 Next

Bray-Curtis for more than pairwise overlap

Jarrett,

I really do not understand what you try to do and what properties you expect your measure to have. However,  Baselga (Global Ecol Biogeog 19, 134-143; 2010) has proposed multiple site S?rensen (= Bray-Curtis for presence/absence) and Jaccard indices, and they are implemented as functions nestedbetasor() and nestedbetajac() in vegan (recent version).
On 05/05/2012, at 00:48 AM, Jarrett Byrnes wrote:

            
What do these negative values mean? Do they mean that compared groups are more similar than absolutely identical?

Methods that expect to have dissimilarities as input will not usually accept negative dissimilarities (but these can appear in results when analysing non-Euclidean indices, but that's another issue).
In vegdist, the actual BC is calculated in C code. Do you mean that you have written new C code for this special variant or are you deriving your index from pairwise dissimilarities?

Cheers, Jari Oksanen