Hello dear all,
I want to add to the chart, like additional information for f-test in my two-way command for
and
. Unfortunately, I could not find a way. this is my command for chart:
I appreciate your help.
Best and many thanks.
I want to add to the chart, like additional information for f-test in my two-way command for
Code:
`var'_bl_`shock'
Code:
`var'_bh_`shock'
Code:
qui: twoway rarea `var'_dn90l_`shock' `var'_up90l_`shock' horizon if horizon <5, color(gs10) ylabel(,alternate) xlabel(-1 (1) 5) || /// line `var'_bl_`shock' horizon if horizon <5, lcolor(blue) lpattern(solid) lwidth(medthick) xscale(range(-1 ) titleg(1) || /// qui: twoway rarea `var'_dn90l_`shock' `var'_up90l_`shock' horizon if horizon <5, astyle(ci) lpattern(dash) ylabel(,alternate) xlabel(-1(1)4) || /// line `var'_bl_`shock' horizon if horizon <5, lcolor(blue) lpattern(solid) lwidth(medthick) xscale(range(0 ) titleg(1)) || /// scatter `var'_bh_`shock' `var'_dn90h_`shock' `var'_up90h_`shock' horizon if horizon <5, c(l l l l) clp(solid dash dash) ms(o i i) clc(red red red) mc(red red red) clw(medthick medthick medthick) || /// line a horizon if horizon <5, mstyle(p1) lpattern(dash) lwidth(vthin) lcolor(gs0) /// title("`shock'_`var'", color(black) size(medium)) /// ytitle( "`v'", size(medsmall)) xtitle("Years after the shock ", size(medsmall)) /// graphregion(color(white)) plotregion(color(white)) /// legend(order(2 "low" 3 "high ")) graph export "`cd_charts'/`v'_`shock'_`var'.pdf",replace
I appreciate your help.
Best and many thanks.
Comment