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
Synth package error: file synthopt.plugin not foundI am very new to using this package and cannot get even one of the provided examples to work due to …
Exlogistic: getting OR and CI from return list or ereturn listDear Statalisters, Any advise on getting OR and 95%CI after use of exlogistic command directly for p…
More mathematical functions like sigma & integralHello everyone! I would like to draw more mathematical functions on Stata. I found following functi…
Getting RR and CI ; when one of the cells is 0 (similar to Exlogistic command)Dear Statalisters, Any advise Getting RR and CI using generalised linear models ; when one of the ce…
Explaining output from replace commandThis uses the "sysuse auto" stata dataset. The command I was intending to type was replace price=1…
Subscribe to:
Post Comments (Atom)
0 Response to meta forestplot error in stata 16
Post a Comment