Announcement

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

  • rdrobust predict y

    How can I predict Y after rdrobust (user-written command installed from ssc install rdrobust).

    I have tried the following:
    rdrobust y x, c(0) p(1) kernel(tri) all
    predict y if e(sample)

    I get the following:
    variable Conventional not found
    I have also tried this:
    db predict
    and got the following:
    last estimates not found
    I am trying to predict y to compute conley SE.

  • #2
    I have never used rdrobust, but it may be the case that you cannot obtain predictions from it.
    Did you try contacting the authors?

    Comment


    • #3
      Hi FernandoRios,

      No I have not. Shall I? Anyone else have had the same issue?

      Comment


      • #4
        Did you find a solution for this problem?

        Comment


        • #5
          try rdplot with genvars. make sure to check it's estimating the same thing.

          Comment

          Working...
          X