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
0 Response to How to use -graph combine- and typical twoway options with -meta forest-
Post a Comment