Hello there,
I'm currently running subgroup analysis for meta-analysis of odds ratios (STATA v16.1). I am having difficulty with the formatting of the forest plot and was hoping to get some advice. As you can see from the plot below, the string data in the column titled "Description of Control" is all out of line, as are the "No.of cases" and "No. of controls" columns (to a lesser degree). The graph editor won't allow me to correct this and I've tried various colopts, columnopts justitifcation commands with no use.
The code I am currently running is: metan lnor lnloci lnhici if exposure==1, random eform(Odds Ratio) lcols(author yr cases_n controls_n control_type) xlabel(0.4 1 145) xsize(30) ysize(8) graphregion(color(white))

Any help/ advice would be greatly appreciated,
Thanks in advance
Chris
I'm currently running subgroup analysis for meta-analysis of odds ratios (STATA v16.1). I am having difficulty with the formatting of the forest plot and was hoping to get some advice. As you can see from the plot below, the string data in the column titled "Description of Control" is all out of line, as are the "No.of cases" and "No. of controls" columns (to a lesser degree). The graph editor won't allow me to correct this and I've tried various colopts, columnopts justitifcation commands with no use.
The code I am currently running is: metan lnor lnloci lnhici if exposure==1, random eform(Odds Ratio) lcols(author yr cases_n controls_n control_type) xlabel(0.4 1 145) xsize(30) ysize(8) graphregion(color(white))
Any help/ advice would be greatly appreciated,
Thanks in advance
Chris
Comment