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
Help creating a bar graph over multiple variablesGreetings, When creating a graph bar and dividing it over a variable, I cant figure out a way to add…
Regression of a few selected observationsI have a set of data but would only require to use of a few observations from the entire dataset. I …
Meta proportionHi to everybody... after running the "metaprop" command if it is possible to write instead of "ES" "…
Trouble working with %tc datesHello, I have a variable "EndDate" whose format is double yet displays as if it was %tc. I need to …
LoopHello fellow Stata users, I have a question regarding the forvalues loop, this is the first time I …
Subscribe to:
Post Comments (Atom)
0 Response to Syntax for funnel plot
Post a Comment