Hello,
I am using metan with Stata version 14.1.I want to indent the Author names in my forest plot. To make this more clear my code and graph is below.
Here is the code I am using:
I get this plot:

I want to indent the author names slightly so it is more clear in which stratification they are in. Is there a command to do this within metan?
Thank you in advance!
Leo
I am using metan with Stata version 14.1.I want to indent the Author names in my forest plot. To make this more clear my code and graph is below.
Here is the code I am using:
HTML Code:
metan casepos caseneg controlpos controlneg if smear<10, random or graph lcols(author) boxsca(30) nointeger by(smear) nooverall xlabel(0.5, 1, 2, 5,10, 50) force nowt xsize(10) ysize(8) classic astext(60) textsize(80)
I want to indent the author names slightly so it is more clear in which stratification they are in. Is there a command to do this within metan?
Thank you in advance!
Leo
Comment