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)
performing xtgcause when my data are not cointegratedDear all, I'm currently working on my thesis about the relationship between financial development, t…
Time seriesI use ID as a symbol for the company I use, each company has more than 1 event with different dates.…
stcurve showing wrong timeHi Statalist, I am running a survival analysis to find the difference in an event between 4 differe…
stcurve showing wrong analysis (follow-up) timeHi Statalist, I am running a survival analysis to find the difference in occurence of an event betw…
How to divide column totals with an output that includes 95%CIDear all, I have a dataset with two continuous variables. I had calculated the total of each column …
Subscribe to:
Post Comments (Atom)
0 Response to Metan (no box)
Post a Comment