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)
randomselectHello, I am trying to randomly select a subsample of participants from my data set. I found the com…
Reshaping data from monadic to dyadicDear, I have a data organized such that each observation is assigned to country in an eventID by ye…
Errror in process stringHi all, I have an issues in processing string. I have a data set that includes some regions and a r…
generate a variable with value equal to the one of a particular groupDear All, I have this dataset: Code: * Example generated by -dataex-. To install: ssc install datae…
Latent growth curve SEM model - different slope factor loading between individualsI am using Stata 15.1 to estimate a latent growth curve mode. I have longitudinal data of infant len…
Subscribe to:
Post Comments (Atom)
0 Response to Metan (no box)
Post a Comment