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)
which nested regression syntax is most appropriate please?Hi there, I wish to run a nested regression to see the relationship between IVs (deprivation, gmfcs…
How to tag Father and Son in a dataset using Household identifierDear Stata community I want to tag father and son in every household. The dataset has HHID (househo…
Compare proportions with survey weightsHi, I used the following command to generate the output given below. Code: svy: tabulate Recoded c_…
bootstrapping SE for indirect effecthello, how can i bootstrap the SE of the indirect effect after using ncolm there is the code nlcom…
GwasInverse normal transformation of a quantitative trait seems to be very common in GWAS, however I am …
Subscribe to:
Post Comments (Atom)
0 Response to RDDENSITY (graph_options not allowed)
Post a Comment