Hi all,
I'm using Stata 17
how to change the effect size from proportion meta-analysis to percent format using metan?
This is my current code:
I would be thankful if somebody helped me.
I'm using Stata 17
how to change the effect size from proportion meta-analysis to percent format using metan?
This is my current code:
Code:
metan all_mut Total, proportion by( Country ) randomi transform(ftukey) label(namevar= Study ) labtitle(Study) dp()