The Generalized Linear Model (GLM) allows us to model responses with distributions other than the Normal distribution, which is one of the assumptions underlying linear regression as used in many cases. When data is counts of events (or items) then a discrete distribution is more appropriate is usually more appropriate than approximating with a continuous distribution, especially as our counts should be bounded below at zero. Negative counts do not make sense. Read the rest of this entry »
There are the following book reviews on this website:
Book Review – Modern Applied Statistics with S by W. N. Venables and B. D. Ripley (Springer 2003)
Book Review – ggplot 2: Elegant Graphics for Data Analysis by Hadley Wickham (Springer 2009)
Book Review – Lattice: Multivariate Data Visualization with R by Deepayan Sarkar (Springer 2008)