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)
putdocx with multi-level modelsIs there a way to export the both the coefficient table as well as the random-effects parameters tab…
Filling in Missing YearsHi Statalist, I'm trying to fill in missing years for my dataset, but something is off. The origina…
deleted observations when adding new variables in GMMI am using the xtabond2 command for panel data of country over time to measure the impact of outward…
STATA can't handle TOEPLITZ 1 (MDEPENDENT(1)) and AR(1) when bootstrapping mixed modelsTOEPLITZ 1 (MDEPENDENT(1)) bootstrap, reps(20) seed(1) saving(mdep1test): mixed Pain i.RANDOM W W2 …
Master thesis - multiple excel sheets and make a dataset to be one variableHi! Im doing my master thesis and im not that good at STATA so I really need some help to begin! I …
Subscribe to:
Post Comments (Atom)
0 Response to Metan (no box)
Post a Comment