Hello,
I'm trying create a funnel plot for a meta-analysis of pre-calculated effect estimates (RR)
My meta-analysis syntax was as follows:
gen lnrr = ln(rr)
gen lnlci = ln(lci)
gen lnuci = ln(uci)
metan lnrr lnlci lnuci, eform effect(RR) randomi lcols(Study Year)
I'm now trying to create a funnel plot but when I try the following, it doesn't work:
metafunnel logrr selogrr, xtitle(log RR) ytitle(Standard error of log RR) egger
Any tips?
Thanks a million!
Dearbhla
Related Posts with Syntax for funnel plot
New version of descgen on SSCThanks as always to Kit Baum, a new version of the descgen package (described as below on my website…
Economics of Crime Dissertation - terrorist attacks and hate crime in LondonHi Everyone, I am new to Statalist so please let me know if I am not using the forum correctly. Fo…
Alternatives to bysort when dealing with multiple imputations in panelHello everyone, I have a panel with 345 observations and six variables. My cross-sectional variable …
Industry x Year Fixed effectHello, The data I am using is shown below. With this data I want to do a fixed effects regression, …
xtdpdml: how to test for endogeneity, lag structure and restrictions?As a sensitivity analysis, I would like to replicate my FE and AB estimations with xtdpdml, or ML-SE…
Subscribe to:
Post Comments (Atom)
0 Response to Syntax for funnel plot
Post a Comment