Dear all,
I would like to present forest plots side by side, but -meta forest- does not work well with -graph combine-: For example:
Besides, I would like to add shaded bands in a forest plot to highlight some estimates:
Does anyone have any potential solutions for these two problems?
All the best,
Tiago
I would like to present forest plots side by side, but -meta forest- does not work well with -graph combine-: For example:
Code:
use https://www.stata-press.com/data/r16/bcgset, clear meta forestplot, esrefline nullrefline saving(part1, replace) meta forestplot, saving(part2, replace) graph combine part1.gph part2.gph
Code:
use https://www.stata-press.com/data/r16/bcgset, clear meta forestplot, yline(10(0.001)11, lcolor(black*0.25))
All the best,
Tiago
Comment