Hi,

I am using David Fisher's ipdmetan available from ssc (ssc install ipdmetan) to plot an IPD meta-analysis.

I am using the following code:
Code:
stset days, id(trialid) failure(status==1)
ipdmetan, study(study) hr random effect(HR)                                    ///
    forestplot(title("Meta-analysis: cause-specific hazard", size(medium))    ///
    favours(Favours control # Favours treatment)                            ///
    graphregion(color(white))): stcox i.group
I attach an example version of the resultant forest plot. Is there a way to include the p-value for the test of the overall effect in the Forest plot (eg, something like "Overall (I-squared = 82.1%; test for overall effect Z = 1.16 [p=0.244])")?

I am also having difficulties formatting the column headers - is it possible to get the % & Weight on the sample line?

Thank you for any help you can provide.
Megan

Array