Hello
Apologies that this may be a very basic question. However, I have yet to find the answer despite reading through previous forum posts and the STATA meta forestplot manual.
For illustration purposes I will use the example dataset from http://www.stata-press.com/data/r16/metaesbin.dta
Will give a forestplot like this:

My question is:
How do I get the 95% confidence interval to be expressed as eg. (-2.08 -0.88) rather than (-2.08, 0.88)
Thank you very much for any guidance.
Jennifer
Apologies that this may be a very basic question. However, I have yet to find the answer despite reading through previous forum posts and the STATA meta forestplot manual.
For illustration purposes I will use the example dataset from http://www.stata-press.com/data/r16/metaesbin.dta
Code:
meta esize tdead tsurv cdead csurv meta forestplot, cibind(parentheses)
My question is:
How do I get the 95% confidence interval to be expressed as eg. (-2.08 -0.88) rather than (-2.08, 0.88)
Thank you very much for any guidance.
Jennifer
Comment