I'm doing a Diff in Diff and I'm first making a graph I put in the following command:
twoway (line students year if university==1) (line students year if university==2, xline(2011)), xlabel(2003(2)2014) legend(lab(1 "Erasmus") lab(2 "Tilburg") )
however I get the error
xlabel(2003(2)2014) is not a twoway plot type
then I tried putting in
twoway (line students year if university==1) (line students year if university==2, xline(2011)) legend(lab(1 "Erasmus") lab(2 "Tilburg") )
but then I get the error
option ) not allowed
how do I get past this error to get my plot?
Related Posts with difference in difference in stata
Specifying the start date of a generated time-series variableHi, What is the simplest method to count quarters from Feb 1972 to Apr 1993? I am generating a qua…
ado programming option helpHello Forum, I have successfully written a ado-command, unfortunately I have problem with one littl…
Trend test in StataHello, I have been using Stata to analyse all of my data, however my supervisor has asked me to per…
Specifying the start date of a generated time-seriesHi, What is the simplest method to count quarters from Feb 1972 to Apr 1993? I am generating a qua…
showing the significant star in the output of t-test using asdocHi, I am using asdoc command for the exporting the output and I have a question. I wonder how can we…
Subscribe to:
Post Comments (Atom)
0 Response to difference in difference in stata
Post a Comment