I am using Stata Version 17. I have two questions about Forest plots. I want to conduct a meta analysis of ratio of means. There does not appear to be a command of meta esize for ratio of means. I calculated with Stata the log ratio of means and the log standard error. I used the meta set approach and the set of commands below
A)meta set logratio logSEratio, random studylabel(author) eslabel(Log Ratio of Mean)
B)meta summarize
C)meta forestplot, nullrefline(favorsleft(Favors Treatment) favorsright(Favors Control) lcolor(red))
Question 1
How can I add columns in the Forest plot to display the sample size, mean, and standard deviation for both the treatment and control groups such as is shown when using a command like meta esize below? My reading of the description of meta set is that you cannot add extra columns. Is there any way to add extra columns with data?
meta esize tn tmean tsd cn cmean csd, esize(hedgesg) random studylabel(author)
Question 2
I calculated with Stata the exponentiated log ratio of means and the exponentiated log standard error. I used the commands above for steps A, B, and C with meta set for A and meta forestplot for C.
The Forest plot with the command of nullrefline still has the vertical line at 0. However, I want the vertical line at 1 since these are now exponentiated data. How can I add such a line at the value of 1 and remove the line at the value of 0? Also, I want to add the content of (favorsleft(Favors Treatment) favorsright(Favors Control) lcolor(red)). My reading of the description of meta set is that you cannot add custom vertical lines. Is there any way to add a vertical line at the value of 1 and then words such as above of favoring?
Thanks.
A)meta set logratio logSEratio, random studylabel(author) eslabel(Log Ratio of Mean)
B)meta summarize
C)meta forestplot, nullrefline(favorsleft(Favors Treatment) favorsright(Favors Control) lcolor(red))
Question 1
How can I add columns in the Forest plot to display the sample size, mean, and standard deviation for both the treatment and control groups such as is shown when using a command like meta esize below? My reading of the description of meta set is that you cannot add extra columns. Is there any way to add extra columns with data?
meta esize tn tmean tsd cn cmean csd, esize(hedgesg) random studylabel(author)
Question 2
I calculated with Stata the exponentiated log ratio of means and the exponentiated log standard error. I used the commands above for steps A, B, and C with meta set for A and meta forestplot for C.
The Forest plot with the command of nullrefline still has the vertical line at 0. However, I want the vertical line at 1 since these are now exponentiated data. How can I add such a line at the value of 1 and remove the line at the value of 0? Also, I want to add the content of (favorsleft(Favors Treatment) favorsright(Favors Control) lcolor(red)). My reading of the description of meta set is that you cannot add custom vertical lines. Is there any way to add a vertical line at the value of 1 and then words such as above of favoring?
Thanks.

Comment