-meta- with the option forestplot is capable of producing great forest plots, which cannot be paralleled by any other Stata package I am aware of.
However, -meta- fails to generate high-resolution graphs when meta-analyses are large (i.e., many studies; > 70 estimates). When I save the graph as a tiff figure (or copy and paste it into LibreOffice/ Microsoft Office), the resolution is not good enough for publication. Here is an example:
Code:
clear set obs 85 gene es = rnormal(0,0.05) gene se = runiform(0.05,0.1) metan es se, textsize(320) meta set es se meta forestplot
All the best,
Tiago
0 Response to Meta - Forest plot - How do we get high-res figures in large meta-analyses?
Post a Comment