I have completed a meta-analysis where the outcome is a proportion. I elected to use a double arcsine transformation to stabilise variance and Doi's IVhet model to account for variability arrising from between study heterogeneity.
To explore the potential for publication bias, we currently plot log odds of the proportion against sample size, as suggested by Hunter (https://pubmed.ncbi.nlm.nih.gov/24794697/). A reviewer has asked for Trim and Fill, as a sensitivity analysis. Is it possible to undertake such an analysis in STATA, whilst also applying the double arcsine transformation and using an IVhet model?
Our main analysis uses metan, e.g.
metan discordant_pairs total_household_pairs, pr model(ivhet) transform(ftukey, iv) study(study) by(tbincidence_category) sortby(tbincidence_id) lcols(proportion) forestplot(astext(40) textsize(100) boxscale(50) spacing(1.2) leftjustify range(0 1) dp(2)) extraline(yes) hetinfo(isq h)
Data and code here - https://github.com/tayates/strain_discordance.
Thanks,
Tom
To explore the potential for publication bias, we currently plot log odds of the proportion against sample size, as suggested by Hunter (https://pubmed.ncbi.nlm.nih.gov/24794697/). A reviewer has asked for Trim and Fill, as a sensitivity analysis. Is it possible to undertake such an analysis in STATA, whilst also applying the double arcsine transformation and using an IVhet model?
Our main analysis uses metan, e.g.
metan discordant_pairs total_household_pairs, pr model(ivhet) transform(ftukey, iv) study(study) by(tbincidence_category) sortby(tbincidence_id) lcols(proportion) forestplot(astext(40) textsize(100) boxscale(50) spacing(1.2) leftjustify range(0 1) dp(2)) extraline(yes) hetinfo(isq h)
Data and code here - https://github.com/tayates/strain_discordance.
Thanks,
Tom

Comment