Hello
I am running several meta forestplots for subgroups which worked fine in the version of stata 16 on 14 Nov.
meta forestplot _id outcome_name trimester _plot _esci _weight, ///
subgroup(sga_order) eform ///
esrefline(lcolor(green) lpattern(dash)) ///
nullrefline(favorsleft("Decreased risk") ///
favorsright("Increased risk")) insidemarker nonotes ///
random(ebayes) crop(. 2)
meta forestplot _id outcome_name trimester _plot _esci _weight, ///
subgroup(outcome) eform ///
esrefline(lcolor(green) lpattern(dash)) ///
nullrefline(favorsleft("Decreased risk") ///
favorsright("Increased risk")) insidemarker nonotes ///
random(ebayes) crop(. 2)
The first code produces a plot however the second produces an error thinking that meta is a variable
Effect-size label: Log Odds-Ratio
Effect size: logor
Std. Err.: se
Study label: author
variable _meta* not found
r(111);
end of do-file
r(111);
. update meta
invalid syntax
r(198);
Any suggestions what I am doing wrong?? Thanks
Related Posts with meta forestplot error in stata 16
Panel specification- choosing the best modelHi, I try to model panel data with N=28 and T=15 (tsset number year). I have one binary variable in …
Create consecutive days with unequal number of obs per dayDear Stata folks, I have a dataset with patient_ids, days and a measurement(outcome). Patients may …
couting unique observation id sales profit year size_group a 36 9 1991 1 a 48 17 1992 1 a 25 7 1993 2 b 65 18 19…
Issue with xtologit (non concave routine)Hallo everybody I ask for your help to manage an issue as described in the object of this post. I am…
Modelling dose with multiple balancing score. Imbens (2000)Good day statlisters , please I am interested in applying propensity using modelling dose of treatme…
Subscribe to:
Post Comments (Atom)
0 Response to meta forestplot error in stata 16
Post a Comment