Hi everyone
I am using metan (Stata 18) to do a meta-analysis and create forest plots. I have data on hazard ratios with their confidence intervals from individual studies. I have incorporated the tau- squared and I-squared as metrics of heterogeneity to the forest plot. However, the confidence intervals for them are not shown in the forest plot, even though they are given on the Stata output in the result window. Can anyone help me how I can modify my code so that the heterogeneity metrics along with their confidence intervals be reported in the forest plot.
This is the code I used.
Best regards,
Mah
I am using metan (Stata 18) to do a meta-analysis and create forest plots. I have data on hazard ratios with their confidence intervals from individual studies. I have incorporated the tau- squared and I-squared as metrics of heterogeneity to the forest plot. However, the confidence intervals for them are not shown in the forest plot, even though they are given on the Stata output in the result window. Can anyone help me how I can modify my code so that the heterogeneity metrics along with their confidence intervals be reported in the forest plot.
This is the code I used.
Code:
metan logHR loglowerCI logupperCI, eform effect(Hazard ratio) random(ebayes) forestplot(hetinfo (isq tausq) extraline(yes))
Mah
Comment