Description Usage Arguments Details Value Examples
Group sequential design power under non-proportional hazards
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | gs_power_nph(
enrollRates = tibble::tibble(Stratum = "All", duration = c(2, 2, 10), rate = c(3, 6,
9)),
failRates = tibble::tibble(Stratum = "All", duration = c(3, 100), failRate =
log(2)/c(9, 18), hr = c(0.9, 0.6), dropoutRate = rep(0.001, 2)),
ratio = 1,
events = c(30, 40, 50),
analysisTimes = NULL,
maxEvents = 45,
upper = gs_b,
upar = gsDesign(k = length(events), test.type = 1, n.I = events, maxn.IPlan =
maxEvents, sfu = sfLDOF, sfupar = NULL)$upper$bound,
lower = gs_b,
lpar = c(qnorm(0.1), rep(-Inf, 2)),
r = 18
)
|
enrollRates |
enrollment rates |
failRates |
failure and dropout rates |
ratio |
Experimental:Control randomization ratio (not yet implemented) |
events |
Targeted events at each analysis |
analysisTimes |
Not yet implemented |
maxEvents |
Final planned events |
upper |
Function to compute upper bound |
upar |
Parameter passed to |
lower |
Function to compute lower bound |
lpar |
Parameter passed to |
r |
Control for grid size; normally leave at default of |
Need to be added
a tibble
with columns Analysis, Bound, Z, Probability, theta, Time, avehr, Events
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.