Skip to content
Prev 4786 / 7420 Next

species richness, GLM and negative values

Ludovico Frate p??e v St 29. 10. 2014 v 16:27 +0100:
Hi Ludovico,

correct me if I am wrong, but I think you want to say something like:
"In X out of Y plots, number of species did substantially (statistically
significantly?) changed".
For this, I would separate the plots where number of species is bigger
and those where opposite is true in the second census and perform
binomial test:
binom.test(x=abs(difference), n=more.species.i.e.bigger.of.the.numbers,
p=0.5) per each plot. Maybe you need better p (something like mean
probability of species to disappear,...)

HTH.
Martin