- num_doses
integer, num of doses under investigation
- phi_t
Probability of toxicity threshold
- phi_e
Probability of efficacy threshold
- u1
utility of efficacy without toxicity, 100 by default
- u2
utility of no efficacy and no toxicity, between u1 and u4
- u3
utility of efficacy and toxicity, between u1 and u4
- u4
utility of toxicity without efficacy , 0 by default
- n_star
when tox is within bounds, stop exploring higher doses when n
at dose is greater than or equal to this value. 6 by default.
- c_t
certainty required to flag excess toxicity, 0.95 by default
- c_e
certainty required to flag deficient efficacy, 0.9 by default
- start_dose
index of starting dose, 1 by default (i.e. lowest dose)
- prior_alpha
first shape param for prior on beta prior, 1 by default
- prior_beta
second shape param for prior on beta prior, 1 by default
- ...
Extra args are passed onwards.