Announcement

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

  • #31
    I could solve the issue by running the following:

    Code:
    update all, force
    A special thanks to Pei-Chun from the Stata support and Fernando.

    Comment


    • #32
      Dear FernandoRios

      After running the jwdid command, variables such as _etr_ and _tr_are created. How do we interpret these?

      Comment


      • #33
        those are the "internally" created variables. They are used to create the event-like study estimates. and to identify the effectively treated observations. You do not need to interpret them.

        Comment


        • #34
          Thank you

          Comment


          • #35
            Hi FernandoRios. Is there any option like CSDID long or long2 to avoid pretrend problems in JWDID?

            Comment


            • #36
              by default, if you use "never" as control group, results will be similar to long2
              And, if you have pre-trend problems, there is no way to avoid them. they simply exist

              Comment


              • #37
                I also met the varlist required error after running estat event. I replaced the .ado files of the jwdid package with the two .ado files (jwdid.ado and jwdid_estat.ado) downloaded from FernandoRios 's website. https://friosavila.github.io/playing...ain_jwdid.html
                The issue was solved. I installed my stata packages in D:\stata\ado\plus. By default, the packages can be in C:\....stata\ado\plus.

                Comment


                • #38
                  oh, use the ado files here. I found that I should also replace jwdid_plot.ado file, or it couldn't work well either.
                  https://github.com/friosavila/stpack...ree/main/jwdid

                  Comment


                  • #39
                    Thanks Ian for mentioning that.
                    I have yet to send the update to SSC
                    F
                    Note that is a bug only affecting Stata 17 users

                    Comment

                    Working...
                    X