Skip to content
Prev 315 / 585 Next

coxphf with frailty, Firth's correction

I don?t quite see how bootstrapping would help.

Say I have 20 clusters, with 10 receiving a treatment and 10 control. Say I have 0 events in the treatment cluster and 22 events distributed amongst a handful of the control clusters. If I bootstrap, resampling at the cluster level with replacement, then no matter what I will always have 0 events in the bootstrapped treatment clusters. One can?t resample 0 events to get more than 0 events. And coxph models are divergent when one treatment class has 0 events. Furthermore the effect size estimate for a relative hazard between 0 events and >0 events will always be -Inf (on a log-hazard scale). So I won?t be able to estimate variation in the effect size from a bootstrap. Am I missing something?

I could see how a reshuffling algorithm could work to get a P value?i.e. randomly relabeling 10 clusters to be treatment and 10 to be control, then estimating the effect size from a coxph frailty model, and using this to create a null distribution of effect sizes. But I still wouldn?t be able to get a confidence interval. This seems like the best approach unless Firth?s correction for monotonic likelihoods could be applied here.
On Feb 14, 2015, at 12:21 AM, David Winsemius <dwinsemius at comcast.net> wrote: