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