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)
To generate a new variable to subset a dataset based off number of visit a patient has attendedDear all, Patient number is a key identifier variable. For example Patients have come for 3 visits,…
Table of countries in panel dataDear users, For my thesis, I am looking to export a table from Stata consisting of all the countrie…
Fixed effects, robust standard errors and clustered standard errorsHi, I'm making a difference-in-differences analysis with multiple interaction terms for returns - t…
IMPORTANT QUESTION: Remove firms if fiscal year-end changesGoodmorning, For my thesis it is very important to remove all firms in my compustat database for wh…
count number of unique values over a rolling time window defined by a date variableDear Stata community, I'd like to generate a variable that records the number of unique values of a…
Subscribe to:
Post Comments (Atom)
0 Response to RDDENSITY (graph_options not allowed)
Post a Comment