View source: R/coxph_detail_old.R
Multiple Imputation with Rubin's rule and Wild Bootstrap
1 2 3 4 5 6 7 8 9 10 |
fit |
a Cox model object, i.e., the result of |
pattern |
A integer vector of pattern indicator for each subject * 1 = observed event time * 2 = censoring at random * 3+ = censoring not at random |
delta |
A numeric vector of adjusted delta in the same length of pattern. * delta = 1 is for observed event time and censoring at random. * delta > 1 is for censoring time with hazard is larger than the hazard in CAR situation. * delta < 1 is for censoring time with hazard is smaller than the hazard in CAR situation. |
n_mi |
Number of multiple imputation |
n_wb |
Number of bootstrap replications |
cut_point |
Cutpoint of RMST |
seed |
Randomization seed |
validate |
Validation model, default is false. Only used for testing purpose. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.