I have a problem regarding a regression discontinuity design. I use panel data, where I have two years, and some schools have data for the two years. The dataset is in the long form. The dependent variable is var1, the independent variable is var2 and the running variable is var3. Var3 contains of 3 values, which is 0, 1 or 2. When var3 has the value 1 or 2, var2 gets the value 1 (otherwise 0). Var1 is a variable that has values in percentages. I would like to make a rdplot. I have installed rd robust (net install rdrobust, from(https://raw.githubusercontent.com/rd...t/master/stata) replace). Then I sorted the dataset according to var3. But when I use: rdplot var1 var3, c(1), I get an error: rangen(): 3351 argument has missing values
<istmt>: - function returned error
I already dropped all the observations that have missing values. But that didn't solve the problem. How can I make a rdplot?
Thanks in advance.
Related Posts with Error rdplot
Replacing observations with charachtersI am using the following command: gen Cou_Code_O=. in 1/26 replace Cou_Code_O = "ARG" in 1 and …
NBReg - How to calculate difference between two incidence ratesHi, I want to know if it's possible to calculate the difference in two incidence rates from a negat…
Help with the creation of a lagged standard deviation variableHello all, I am hoping for a bit of help with the generation of a new variable. I have some experie…
-meprobit- vs -probit- with clustered standard errorsHi all, So I have a multi-level data, with individuals from different countries, over the period of …
Using stir to analyse IRR for cancer recurrence in two groups, p significant but CI range below 1, any thoughts?Dear all, I have a set of data with approximately 100 patiens treated for cancer in two groups in r…
Subscribe to:
Post Comments (Atom)
0 Response to Error rdplot
Post a Comment