Hello,
I am using Stata 12.1. I am attempting to use the metaninf package. Overall it is a great and fairly simple-to-use package but I am having some issues reformatting the graph that comes up.
My code is fairly simple:
Here is my resulting graph:

I wanted to make a few corrections to the graph. I wanted to make the background white and the font black. In addition I wanted to add the combined pooled estimate at the bottom of the graph. However, I am having some trouble putting commonly used graph options (such as "(Title 'abcd')") or "graphregion" or "plotregion").
I looked in the help file for metaninf (http://fmwww.bc.edu/RePEc/bocode/m/metaninf.html) but was unable to find a solution.
Can anyone help me? Thanks in advance!
Leo
I am using Stata 12.1. I am attempting to use the metaninf package. Overall it is a great and fairly simple-to-use package but I am having some issues reformatting the graph that comes up.
My code is fairly simple:
HTML Code:
metaninf casepos caseneg controlpos controlneg if pre1960<10, or random label(namevar=author)
I wanted to make a few corrections to the graph. I wanted to make the background white and the font black. In addition I wanted to add the combined pooled estimate at the bottom of the graph. However, I am having some trouble putting commonly used graph options (such as "(Title 'abcd')") or "graphregion" or "plotregion").
I looked in the help file for metaninf (http://fmwww.bc.edu/RePEc/bocode/m/metaninf.html) but was unable to find a solution.
Can anyone help me? Thanks in advance!
Leo
Comment