On Aug 21, 2015, at 5:22 AM, Babatunde Yakub via R-help wrote: > I want to know how to extract or obtain the deviance for a fitted generalised > poisson regression model. Thanks in advance
If you post the code and some sample data, for building such a model, I'm sure someone can help you extract the deviance. If you simply mean what is returned by an ordinary glm-call with family="poisson" then deviance should be one of the elements of the glm-object. object$deviance > [[alternative HTML version deleted]] When you do reply (if needed) please send in plain text rather than HTML. -- David Winsemius Alameda, CA, USA ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see 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.