I am undertaking a meta-analysis of prevalence. To avoid studies of similar size getting very different weights, I have used a double arcsine transformation. I then want to use the corrected standard errors to construct a funnel plot. However, I would rather that the effect sizes are presented on the 0-1 scale, which is more intuitive. Is there a neat way to do this, ideally using a post estimation command? I am using an IVhet model.
Here is my current code, and the output, which produces a funnel plot which - I presume - uses transformed proportions.
Thanks,
Tom

Here is my current code, and the output, which produces a funnel plot which - I presume - uses transformed proportions.
Code:
metan numerator denominator, pr model(ivhet) transform(ftukey, iv) study(study) forestplot(astext(50) textsize(100) boxscale(55) spacing(1.2) leftjustify range(0.0 1.0) dp(2)) extraline(yes) hetinfo(isq h) metafunnel _ES _LCI _UCI, xtitle(Proportion) ytitle(Standard Error) eform forcenull
Tom
Comment