Hello!
I am using Stata 12.1.
I am running a code for a meta-analysis of risk differences and have been having trouble with the type of output I have been getting. I would like to have
a risk difference in the forest plots with more than two decimal places. This is because I get results such as 0.12 risk difference which is 12% but I would like a further decimal place or two in the graph so that I can get more clarity in my answer and to potential readers and reviewers of my analysis.
Here is my code for a risk difference with the metan command:
After this I get the attached graph forest plot which shows only two decimal places.

Can I make this same graph but with 3 decimal places? Or alternatively (but similar idea) as whole numbers so instead of 0.11 I have 11.1 or instead of 0.23 I have 23.1?
Thanks for any help you can provide in advance!
Leo
I am using Stata 12.1.
I am running a code for a meta-analysis of risk differences and have been having trouble with the type of output I have been getting. I would like to have
a risk difference in the forest plots with more than two decimal places. This is because I get results such as 0.12 risk difference which is 12% but I would like a further decimal place or two in the graph so that I can get more clarity in my answer and to potential readers and reviewers of my analysis.
Here is my code for a risk difference with the metan command:
Code:
metan casepos caseneg controlpos controlsneg, lcols(author) xlabel(0, 0.20) by(Agegroup) random rd nooverall
Can I make this same graph but with 3 decimal places? Or alternatively (but similar idea) as whole numbers so instead of 0.11 I have 11.1 or instead of 0.23 I have 23.1?
Thanks for any help you can provide in advance!
Leo
Comment