I am looking to use metan to create a forest plot of several odds ratios I have. (I'm not actually doing an meta-analysis; just want to use the forest plot to present several outcomes from a clinical trial.)
I am using the following code, and I get a forest plot with some cosmetic problems.
metan estimate lowercl uppercl, ///
label (namevar = outcomes) ///
nowt nooverall nobox ///
effect(Odds Ratio) ///
///xlab (0.50, 1.0, 5.0)///
null (1) ///
astext(70) textsize(250)
The biggest issues are the following:
(1) When I attempt to control the scale of the x axis using the "xlab" command (commented out above), the commands for textsize and assigning the null line to "1" do not work. When I comment-out the "xlab" statement, the others work, but I get a somewhat arbitrary scale for the x axis.
(2) The column labels (e.g., "Odds Ratio") are printed in double spaced font (unsuitable for publication) and several options I've tried to reformat don't seem to work.
Does anyone have suggestions about how to control the appearance of the forest plot more?
Thanks!
I am using the following code, and I get a forest plot with some cosmetic problems.
metan estimate lowercl uppercl, ///
label (namevar = outcomes) ///
nowt nooverall nobox ///
effect(Odds Ratio) ///
///xlab (0.50, 1.0, 5.0)///
null (1) ///
astext(70) textsize(250)
The biggest issues are the following:
(1) When I attempt to control the scale of the x axis using the "xlab" command (commented out above), the commands for textsize and assigning the null line to "1" do not work. When I comment-out the "xlab" statement, the others work, but I get a somewhat arbitrary scale for the x axis.
(2) The column labels (e.g., "Odds Ratio") are printed in double spaced font (unsuitable for publication) and several options I've tried to reformat don't seem to work.
Does anyone have suggestions about how to control the appearance of the forest plot more?
Thanks!
Comment