Hi, I am using stata 17 and using the following code for a meta analysis to create a forest plot. I do not want any weighted boxes just the point estimate so I use the nobox command. However using this removes any marker of the estimate so it is jus the confidence interval line. Does anyone know why this is and how I can fix it to get a point estimate marker.
set more off
metan beta se if Outcome=="FI", lcols(Bio) rcols(pvalue) classic scheme(s1mono) ///
xlab(-4.0, -2,0, 0, 2.0, 4.0) force effect(Estimate) textsize(100) nobox nowarning nowt nohet nooverall ///
plotregion(style(none)) diamopt(lcolor(black)) pointopt(msymbol(S) msize(small)) olineopt(style(black) lpattern(shortdash)) xsize(15) ysize(10) ///
t2title(Estimate (95% CI), size(small) placement(center) position(6))
Related Posts with Metan (no box)
How to read the result by running did_multiplegt code in STATA?One way of treating the heterogeneous impact of staggered laws is to use did_multiplegt method devel…
Is there any package for stacked Difference-in-Differences?I am wondering if there is any package for stacked difference-in-difference in STATA which is useful…
FITSTAT: Definition of BIC' ?Hello, I am using the Fitstat command to compare two logistic regression models and am wondering wh…
Java virtual machine is not available at this timeMy Stata 15 suddenly stop working and I receive the message "Java virtual machine is not available a…
What we should do when one variable may collinear with fixed effect?When I generate a dummy variable called US_value which received the value of 1 if this firm is in US…
Subscribe to:
Post Comments (Atom)
0 Response to Metan (no box)
Post a Comment