[R] Poisson Regression

Ben Bolker bbolker at gmail.com
Thu Mar 31 06:02:17 CEST 2011


Jim Silverton <jim.silverton <at> gmail.com> writes:

> 
> Is there R code that can do a Poisson Regression and plot the density of the
> fitted values?
> 

 ?glm

glm(...,family=poisson)

?predict.glm



More information about the R-help mailing list