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)
Trouble with coefplot and odds ratiosHello, I'm having an unusual problem I can't seem to resolve. I'm running three logits and want to …
Need help with multiple response question - to code into fixed categorical variables.For our research we (fatefully) allowed a multiple choice question for degree funding (how the indiv…
Value defineI need to make a graph pie, and I want to change the label of my variable Code: graph pie, over(…
min number of observations per groups (xtabond2)Hello Statalists, I'm working on an unbalanced panel data from 2004 to 2015, I'm using two-step Syst…
one-sample non-inferiority sample size bootstrapI am trying to assess sample size via bootstrap analysis. The goal is to compare the outcome of an i…
Subscribe to:
Post Comments (Atom)
0 Response to RDDENSITY (graph_options not allowed)
Post a Comment