hi, everyone, I'm using Stata to learning RDD(I'm a new learner), I received the error below when I have a try to use RDDENSITY(I already install it), I wonder how to deal with it?
option graph_options() not allowed r(198);
and the following is my code:
#delimit ; cap drop temp_*;
rddensity cut, plot plot_range(-40 40)
fitselect(restricted) genvars(temp)
graph_options(title("RDDENSITY PLOT: Housing Data") xtitle("area-90") xlabel(-20(5)20) legend(off));
#d cr
graph export "Fig_2.png", replace
Related Posts with RDDENSITY (graph_options not allowed)
Fe glsHello, My data is suitable for FE model but with heteroscedasticity and autocorrelation, I want to c…
Understanding Monte Carlo simulations in "When Should You Adjust Standard Errors for Clustering?" (Abadie at al, 2017)Hi statalist members, This is my first post here so pardon me if I deviate from the established eti…
Too many values error when trying using tabulate commandHi I am trying to create a table showing the distribution of age of first marriage across many diffe…
Choose Referans CatogryHello, I m working on a panel with GMM. I want to choose the reference category by myself. However, …
AverageHow should I proceed in the following situation: - I have the earnings of population in 2004 and 200…
Subscribe to:
Post Comments (Atom)
0 Response to RDDENSITY (graph_options not allowed)
Post a Comment