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 ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.