Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    Also, it may be worth contacting the package authors. They seem to have published this package in 2013, and I think we were on Stata 13 or 14. I suspect some syntax got changed internally. It will run correctly if you set your Stata version to 13, i.e.

    Code:
    version 13
    zinbcv init_count stable_dem1 stable_aut1 redem1 redem1_pautdur1 redem1_pdemdur1 growth prop_demsregion1 riots1, inflate(stable_dem1 stable_aut1 redem1 redem1_pautdur1 redem1_pdemdur1 growth prop_demsregion1 riots1) vuong nolog
    Be aware that it can be very hard to answer a question without sample data. You can use the dataex command for this. Type help dataex at the command line.

    When presenting code or results, please use the code delimiters format them. Use the # button on the formatting toolbar, between the " (double quote) and <> buttons.

    Comment


    • #17
      Greetings Clyde:

      Apologies to you and to forum members for my mistake. I will follow your advice and be far more careful to ensure my post is relevant to a specific thread. Thank you for alerting me to the potential problems my mistake could create.

      Comment


      • #18
        Originally posted by Weiwen Ng View Post
        Also, it may be worth contacting the package authors. They seem to have published this package in 2013, and I think we were on Stata 13 or 14. I suspect some syntax got changed internally. It will run correctly if you set your Stata version to 13, i.e.

        Code:
        version 13
        zinbcv init_count stable_dem1 stable_aut1 redem1 redem1_pautdur1 redem1_pdemdur1 growth prop_demsregion1 riots1, inflate(stable_dem1 stable_aut1 redem1 redem1_pautdur1 redem1_pdemdur1 growth prop_demsregion1 riots1) vuong nolog
        Thanks for giving the solution to this issue, that is still there in the moment I'm writing. I followed your suggestion and wrote to the command's authors.

        Comment

        Working...
        X