June 2007
Beginner to intermediate
950 pages
27h 8m
English
Count data have a number of properties that need to be considered during modelling:
It is very simple to deal with all these issues by using a GLM. All we need to write is
glm(y~x,poisson)
and the model is fitted with a log link (to ensure that the fitted values are bounded below) and Poisson errors (to account for the non-normality).
Read now
Unlock full access