BootSimStrat | R Documentation |
Constructs bootstrap confidence intervals.
BootSimStrat(data, obs_stats, tau, alpha = 0.05, reps = 2000)
data |
Data.frame containing: idx, time, status, arm, strata. |
obs_stats |
Observed contrasts. |
tau |
Truncation time. |
alpha |
Type I error. |
reps |
Simulations replicates. |
Data.frame containing:
Bootstrap difference 'boot_diff' and ratio 'boot_ratio' of areas.
An indicator that the bootstrap difference was of the opposite sign, 'is_diff_sign'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.