I used Stata's in built meta function to do a forestplot. I will like to change the default "treatment" and 'control" group names to user-specified names.
Code:
meta forestplot, random(dlaird) t1title(All-cause mortality) rr nullrefline(favorsleft("Favors CA") favorsright("Favors MT"))
Comment