Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Stata command implementing contour enhanced funnel plots for meta-analysis

NotificationsYou must be signed in to change notification settings

remlapmot/confunnel-stata

Repository files navigation

confunnel is a Stata command implementing contour enhanced funnel plots for meta-analysis (Peters et al., 2008). It was distributed in the Stata Journal (Palmer et al., 2008).

Installation

To install, issue in Stata (in versions 13 and above):

net install confunnel, from("https://raw.github.com/remlapmot/confunnel-stata/master/")

Implementation in official Stata

An official Stata contour enhanced funnel plot command, based onconfunnel is available, since I think Stata version 15, through themeta funnelplot command as follows

meta funnelplot [if] [in], contours(contourspec) [options]

Here is a comparison of the plots that they produce (plots generated under StataNow 18.5)

webuse nsaidsset, clearssc install mylabelsmylabels 0.02 0.2 1 5 50, myscale(log(@)) local(mylab)confunnel _meta_es _meta_se, twowayopts(xtitle("Odds ratios (log scale)")`"xlabel(`mylab')"' title("Contour-enhanced funnel plot"))

Contour enhanced funnel plot generated using confunnel

meta funnelplot, contours(1 5 10) xtitle("Odds ratios (log scale)") xlabel(`mylab') legend(pos(2) ring(0))

Contour enhanced funnel plot generated using meta funnel

References

  • Palmer, T. M., J. L. Peters, A. J. Sutton, and S. G. Moreno. Contour enhanced funnel plots for meta-analysis. Stata Journal, 2008, 8, 2, 242-254.DOI: 10.1177%2F1536867X0800800206
  • Peters, J. L., A. J. Sutton, D. R. Jones, K. R. Abrams, and L. Rushton. Contour-enhanced meta-analysis funnel plots help distinguish publication bias from other causes of asymmetry. Journal of Clinical Epidemiology, 2008, 61, 10, 991-996.DOI: 10.1016/j.jclinepi.2007.11.010

About

Stata command implementing contour enhanced funnel plots for meta-analysis

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp