137771 threads
968 threads
2 emails from 2 people
Is there R code that can do a Poisson Regression and plot the density of the fitted values? -- Thanks, Jim. [[alternative HTML version deleted]]
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
> > Is there R code that can do a Poisson Regression and plot the density of the > fitted values? >