powered by
wild bootstrap for uniform bands for Cox models
Bootphreg( formula, data, offset = NULL, weights = NULL, B = 1000, type = c("exp", "poisson", "normal"), ... )
formula with 'Surv' outcome (see coxph)
coxph
data frame
offsets for cox model
weights for Cox score equations
bootstraps
distribution for multiplier
Additional arguments to lower level funtions
Klaus K. Holst, Thomas Scheike
Wild bootstrap based confidence intervals for multiplicative hazards models, Dobler, Pauly, and Scheike (2018),
n <- 100 x <- 4*rnorm(n) time1 <- 2*rexp(n)/exp(x*0.3) time2 <- 2*rexp(n)/exp(x*(-0.3)) status <- ifelse(time1
Run the code above in your browser using DataLab