How can I predict Y after rdrobust (user-written command installed from ssc install rdrobust).
I have tried the following:
I get the following:
I have also tried this:
and got the following:
I am trying to predict y to compute conley SE.
I have tried the following:
rdrobust y x, c(0) p(1) kernel(tri) all
predict y if e(sample)
predict y if e(sample)
I get the following:
variable Conventional not found
db predict
last estimates not found
Comment