Stata hurdle regression

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • Learn how to carry out a Cragg hurdle regression in Stata.
    The following code will come in handy for this tutorial:
    webuse fitness
    hist hours
    churdle linear hours age i.smoke distance i.single, select(commute whours age) ll(0)
    margins, dydx(_all)
    marginsplot

Комментарии • 18

  • @jdmresearch
    @jdmresearch 3 года назад +1

    I think one interesting issue in this particular case is that age is negatively related to hours in the selection model but positively related to hours in the linear model. That is, older people are less likely to exercise at all, but among people who do exercise, older people exercise more hours. This is something unique that you can only get from hurdle models.

  • @elinabryngemark5436
    @elinabryngemark5436 4 года назад +2

    Hi! Do you know what the difference is between using the churdle and craggit estimator? Thank you, Elina

  • @annewambui68
    @annewambui68 3 года назад

    how can you use this for willingness to pay, i.e what variables for select?

  • @madnaceylon
    @madnaceylon 3 года назад

    I tried to do hurdle regression but it was end up with convergence not achieved. What is the matter.?

  • @bikeshthapa7309
    @bikeshthapa7309 2 года назад

    i am getting intial values not feasible error while running this codes. what may be the reason?

  • @mesfinergat4873
    @mesfinergat4873 4 года назад

    Thanks a lot!

  • @jayanthsaishiva
    @jayanthsaishiva 3 года назад

    thanks a lot for this. I have a small doubt. If the dependant variable is ordinal and not continuous, can we still use the churdle ?

    • @jdmresearch
      @jdmresearch 3 года назад

      You can, but we won't use the linear version as it's done here.

  • @RPDBY
    @RPDBY 4 года назад +1

    how to interpret the marginal effect on a log transformed variable? percent-wise as usually? what about the probability of overcoming the hurdle?

    • @annewambui68
      @annewambui68 3 года назад

      did you get the answer?

    • @RPDBY
      @RPDBY 3 года назад

      @@annewambui68 no

    • @annewambui68
      @annewambui68 3 года назад

      @@RPDBY argh okay

  • @sayeedajahan7786
    @sayeedajahan7786 6 лет назад

    Hi! Is it impossible to put the same variables (all the independent variables) in both stages?

  • @yisaknigusse802
    @yisaknigusse802 4 года назад

    please tell me about double hurdle regression command

  • @parulgupta788
    @parulgupta788 5 лет назад

    What is the alternative to this command in Stata 12?

    • @RPDBY
      @RPDBY 5 лет назад

      it is available only starting from version 15

    • @jdmresearch
      @jdmresearch 3 года назад

      truncreg