Chapter 14 Video 7 - Zero Inflated & Hurdle Count Regression Models in R

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 พ.ย. 2024

ความคิดเห็น • 6

  • @MADKan
    @MADKan 12 ชั่วโมงที่ผ่านมา

    if we have panel/tscs data, and we suspect dual DGP can we still use ZIP/ZIP or we revert back to standard poisson/negative binomial?

  • @jessicawojcik8731
    @jessicawojcik8731 8 หลายเดือนก่อน

    Thank you for the very understandable video! What model should I use, if my zero inflation test tells me my model is overfitting zeros?

    • @qssd
      @qssd  8 หลายเดือนก่อน

      Thanks! If you are overfitting zeros using poisson regression, I would first use a negative binomial regression. If you are still overfitting zeros with NB regression, I would next use a hurdle model (probably the NB version) b/c of how it truncates the count data for only positive counts. That way you should get a better understanding of the relationship for 0 counts and positive counts.

  • @alexyankson4759
    @alexyankson4759 10 หลายเดือนก่อน

    What package are you using for check_zeroinflation

    • @qssd
      @qssd  10 หลายเดือนก่อน +1

      It's from the `performance` package