Skip to content
Prev 1462 / 7420 Next

hurdle model

On Thu, 2010-08-19 at 11:14 +0200, Yingjie Zhang wrote:
Quasi-likelihood isn't solving the "over-dispersion comes from positive
part". It is a means of fitting models, just like maximum likelihood
etc. It will be the authors model that does the accounting for over
dispersion. They solve the parameters of this model using
quasi-likelihood.

Your claim about hurdle in stats is incorrect:
no object named ?hurdle? was found
no object named ?hurdle? was found

So they must be using something else. Here's a thought; why not give us
the reference/citation for the paper you are reading --- it is difficult
to speculate further without more details like the actual paper?

Hurdle models fit a point mass at zero, whilst the count part of the
model is truncated to not allow any further zeros be produced from it.

A zeroinflated (zeroinfl() in pscl) model fits a point mass at zero and
has an untruncated count model which will allow extra zeros be produced.

In both cases a negative binomial model may be fitted to the count part,
which may be sufficient to cope with remaining overdispersion in the
count part of your model.

I think you would be better off thinking where the overdispersion is
coming from and choosing an appropriate means to model it. You are being
blinded by this talk of quasi-likelihoods. There may well be a way of
fitting the model you want in R without resorting to quasi-likelihood
tricks. But as you haven't told us what model you want to fit or a
citation for the paper you want to replicate, there isn't much further
we can do.

HTH

G