View source: R/make_intervals.R
make_intervals | R Documentation |
Make probability intervals given the target futility and toxicity level threshold parameters
intervals = make_intervals(PF=0.2, PF_tolerance=0.05, eta=0.8, PT=0.2, PT_tolerance=0.05, zeta=0.8)
pf_matrix = intervals$pf_matrix
pt_matrix = intervals$pt_matrix
PF |
Target tolerable futility probability |
PF_tolerance |
Half-length of futility equivalence interval (epsilon_F) |
eta |
Upper futility threshold beyond which invokes the futility rule |
PT |
Target tolerable toxicity probability |
PT_tolerance |
Half-length of toxicity equivalence interval (epsilon_T) |
zeta |
Upper toxicity threshold beyond which invokes the safety rule |
A list containing:
pf_matrix – matrix containing start and end points of p_f intervals
pt_matrix – Matrix containing start and end points of p_t intervals
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.