Carson Farmer <carson.farmer <at> gmail.com> writes:

> 
> Dear list, I'm wondering if anyone can help me calculate the deviance
> of either a zeroinfl or hurdle model from package pscl?
> Even if someone could point me to the correct formula for calculating
> the deviance, I could do the rest on my own.


    What about 

library(pscl)
example(hurdle)
-2*logLik(fm_hnb2) 

 ?

______________________________________________
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.

Reply via email to