Hello, I am trying to do a graph with confidence intervals. I got the following code:
twoway (rcap low high fecha if Tratamiento == 1 & No_Paga_IVA == 0) ///
(rcap low high fecha if Tratamiento == 0 & No_Paga_IVA == 0), ///
(line log_precios fecha if Tratamiento == 1 & No_Paga_IVA == 0, ///
lcolor(blue) lwidth(medthick) lpattern(solid)) ///
(line log_precios fecha if Tratamiento == 0 & No_Paga_IVA == 0, ///
lcolor(red) lwidth(medthick) lpattern(solid)), ///
xline(date("Jan-2021", "DMY"), lpattern(dash) lcolor(cranberry)) ///
xtitle("Fecha") ytitle("log(precios)") ///
legend(order(1 "Tratamiento=1, No_Paga_IVA=0" 2 "Tratamiento=0, No_Paga_IVA=0")) ///
title("Gráfico de log(precios) por Fecha")
but i get the "parentheses do not balance" and honestly i do not know where am i missing o lacking a parentheses.
I will really appreciate your help.
Related Posts with parentheses do not balance
Granger test and var (xtvar, prHi everyone, I am encountering a few problems when I tried to run var codes to be followed by a Gra…
GSEM in STATAHello. I'm a new user of STATA and struggle to get thinks done. I want to build a GSEM model where t…
Problem in String Matching using listsI have sample individual addresses data which is pretty unclean. There more than 400000 observations…
Esttab problem with interaction fixed effectHello, I am using a survey dataset (the World Values Survey) and trying out the following code in S…
use loop (e.g., foreach) across two vars to derive a third var (30 iterations)Hello All, I have 30 pairs of variables from which I need to derive 30 new variables. I'd like to u…
Subscribe to:
Post Comments (Atom)
0 Response to parentheses do not balance
Post a Comment