Dear Statalists,
I am running a regression discontinuity with the rdrobust plugin. My self created dataset consists of 15 258 observations. The plugin has worked perfectly since I started using it but now it started to show very high numbers in the N. By some reason it shows that I have 5 671 899 observations. The license I am running doesn't even allow that many observations. I am using Stata 16 on a Mac. Does anyone know what might be the problem? I understand that it might be hard to answer without seeing all my data but if someone else has experienced a similar problem I am very thankful for all help.
The code I am using looks like this:
I am running a regression discontinuity with the rdrobust plugin. My self created dataset consists of 15 258 observations. The plugin has worked perfectly since I started using it but now it started to show very high numbers in the N. By some reason it shows that I have 5 671 899 observations. The license I am running doesn't even allow that many observations. I am using Stata 16 on a Mac. Does anyone know what might be the problem? I understand that it might be hard to answer without seeing all my data but if someone else has experienced a similar problem I am very thankful for all help.
The code I am using looks like this:
Code:
rdrobust afd_perc EVPNEAR_DIST if EVPNEAR_DIST <10000 & EVPNEAR_DIST >-10000, p (1)
Comment