Hello,
I'm trying to combine the graphs that I created with rdplot command in a loop. Namely, this is my command:
foreach var in province district subdistrict_village abroad sregion12 provinceb districtb subdistrict_villageb abroadb s130d {
rdplot `var' rv, p(1) ci(95) shade
graph export cc_`var', replace
}
How can I combine all these graphs in one graph?
Thanks in advance.
I'm trying to combine the graphs that I created with rdplot command in a loop. Namely, this is my command:
foreach var in province district subdistrict_village abroad sregion12 provinceb districtb subdistrict_villageb abroadb s130d {
rdplot `var' rv, p(1) ci(95) shade
graph export cc_`var', replace
}
How can I combine all these graphs in one graph?
Thanks in advance.
Comment