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
Accessing model results from MataI know the functions st_global(), st_numscalar(), and st_matrix() can be used to access information …
Allignement of Histogram BarsHow can I change the alignment of the bars in a histogram without changing the x variable. The bars …
Create n random samples from existing listHi, I am quite new to STATA and my issue might be easy to solve. I created a list of random number…
Help estimating the matching weights (teffects psmatch or psmatch2)Hi Statalist, My colleagues and I are using propensity score matching to evaluate the impact of an …
Test statistics from multinomial logit regression using esttabPlease I would like to perform joint tests of significance in a multinomial logit and include the re…
Subscribe to:
Post Comments (Atom)
0 Response to Syntax for funnel plot
Post a Comment