bbolker wrote: > > What about > > library(pscl) > example(hurdle) > -2*logLik(fm_hnb2) > > ? >
Should this not be -2*(logLik(M) - logLik(S)) where M is the current model and S is the saturated or full model? In which case, is it safe to assume that L(S) = 0? Or have I got my deviances crossed? Carson ----- Carson J. Q. Farmer Doctoral Fellow National Centre for Geocomputation National University of Ireland, Maynooth -- View this message in context: http://r.789695.n4.nabble.com/Deviance-of-zeroinfl-hurdle-models-tp3663196p3679780.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ 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.