Hello,
As a novice Stata user I humbly seek insight from those more seasoned than myself with regards to a forest plot containing both subgroups and study names.
The plot displays the subgroup designation below the subgroups themselves (ex. Age is below the heading of age>65) as seen in the plot below.
My code is as follows:
metan logES logll logul, lcols(categoryb study) by(category) title (Subgroup Survival) favours(CDK inhibitor # placebo) randomi eform nooverall texts(200)
1. Is there an approach to move the main subgroup designation above the subgroups?
2. For visualization, since my forest plot is a tad crowded, does code exist to add space between each line of text in the forest plot?
Thank you kindly,
Adil
As a novice Stata user I humbly seek insight from those more seasoned than myself with regards to a forest plot containing both subgroups and study names.
The plot displays the subgroup designation below the subgroups themselves (ex. Age is below the heading of age>65) as seen in the plot below.
My code is as follows:
metan logES logll logul, lcols(categoryb study) by(category) title (Subgroup Survival) favours(CDK inhibitor # placebo) randomi eform nooverall texts(200)
1. Is there an approach to move the main subgroup designation above the subgroups?
2. For visualization, since my forest plot is a tad crowded, does code exist to add space between each line of text in the forest plot?
Thank you kindly,
Adil
Comment