stopping.prob.surv {stoppingrule} | R Documentation |
Calculating the stopping probability given a rejection boundary (Survival Data)
Description
Internal workhouse function to calculate the stopping probability given a rejection boundary for time-to-event data
Usage
stopping.prob.surv(bnd, p)
Arguments
bnd |
A list object calculated by |
p |
True toxicity probability |
Value
A list of three: stopping probabilities at each stage, total stopping probability, and non-stopping probabilities of each possible number of events at the last stage.
[Package stoppingrule version 0.4.0 Index]