I want to know how to extract or obtain the deviance for a fitted generalised poisson regression model. Thanks in advance
Generalised poisson regression
2 messages · Babatunde Yakub, David Winsemius
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