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
ivreghdfe runs a long time after convergenceHello everyone. I am performing an IV-Regression with multiple fixed effects. My dataset contains a…
Variable gets omittedDear Forum, I have the following command: Code: reg birthrate ibn.incomegroup, noconstant Now I w…
identifying the predictors of Cataract progressionsDear Researchers, I have asked this question before, but it seems that I didn’t get the answer so f…
Defining varlists for temporary variablesI'm stumped on how to create a varlist vt that contains the temporary variables Code: `_ty1' `_ty2'…
Power calculation Cox regression one cohort multiple varsHi there! I am doing a cohort study (1 group) with cancer patients for which I made a Cox model wit…
Subscribe to:
Post Comments (Atom)
0 Response to Syntax for funnel plot
Post a Comment