Hello, I am writing a code to plot a difference in differences, I have the following:
twoway (scatter price_index Year if Treatment == 1, msymbol(O) mcolor(blue)) ////
(scatter price_index Year if Treatment == 0, msymbol(O) mcolor(red)) ////
legend(label(1 "Treatment") label(2 "Control")) ///
ytitle("Price index") xtitle("Year") ///
vertical(2021, lpattern(dash)) ///
title("Price Index Chart by Treatment")
But when I run the code I get the error ") required". Honestly, I can't see where I'm missing the ")". I would really appreciate your help.
Regards.
Related Posts with ) required
URGENT Help! Marginal effect interpretation in Pooled OLS, Fixed effects, SYS-GMMHello guys, I have an urgent question regarding marginal effect anaylsis: about my model specific…
percentage changeI have earnings data for two years, 2010 and 2020 I want percentage change separate for female and m…
export to several sheets using esttabHi. I am trying to export ttests using the esttab command and am unable to append the results to sev…
Need help with counting number of values for a variable in each group before a blank spaceHi, Please, need help counting the number of values for Ambtemp2oC_01 before a blank space for each …
Panel DataI need help Can anyone give me an insight to the problem? my objective is to analyse the effect of i…
Subscribe to:
Post Comments (Atom)
0 Response to ) required
Post a Comment