Hi all,
I have been trying to run a meta-analysis in STATA. I input all the effect estimates (hazard ratios) and their exact 95% CI into an Excel spreadsheet, inputted the data into STATA, and have been running commands on the data successfully.
However, I have one problem. For confidence intervals that are not symmetric, I cannot get the exact confidence intervals from the respective papers to match up to the confidence intervals derived when running
. When rounding the confidence intervals in meta summarize to 2DP, some are off by .01, but some are off by .02. I feel very uncomfortable with this. I have tried various ways of meta setting the data, including taking logs of the hazard ratio and 95% CIs (and then transforming back using eform), as well as declaring the confidence intervals (log) when meta setting instead of declaring the standard error.
Is there a way to force STATA to give me the exact confidence intervals from the respective papers somehow?
Any advice would be much appreciated.
Thanks, Oliver
I have been trying to run a meta-analysis in STATA. I input all the effect estimates (hazard ratios) and their exact 95% CI into an Excel spreadsheet, inputted the data into STATA, and have been running commands on the data successfully.
However, I have one problem. For confidence intervals that are not symmetric, I cannot get the exact confidence intervals from the respective papers to match up to the confidence intervals derived when running
Code:
meta summarize
Is there a way to force STATA to give me the exact confidence intervals from the respective papers somehow?
Any advice would be much appreciated.
Thanks, Oliver
Comment