Skip to content
Prev 14022 / 20628 Next

Mixed modelling and Species Area Relationship (SAR)

On 15-11-26 09:09 AM, Gitu wa Mbui wrote:
This is probably a little bit too vague for most of the people on the
list (who are not ecologists).

   Supposing that you're using a log link for the response (which would
make sense if you plan to treat species richness as Poisson or negative
binomial), try incorporating log(Area) as a covariate.  Then (ignoring
all the other stuff in your model for the moment)

  log(mu) = b0 + b1*log(area)

or

  mu = exp(b0)*exp(b1*log(area)) = C*area^b1

 which looks like a pretty respectable model for the species-area
relationship.

  Ben Bolker