An R6 class encapsulating Cumulative-Cohort Designs
An R6 class encapsulating Cumulative-Cohort Designs
TODO: Explain the hierarchy of model classes, including connections
with the executable specifications set forth in exec/prolog/ccd.pl
.
Ivanova A, Flournoy N, Chung Y. Cumulative cohort design for dose-finding. Journal of Statistical Planning and Inference. 2007;137(7):2316-2327. doi: 10.1016/j.jspi.2006.07.009
Liu S, Yuan Y. Bayesian optimal interval designs for phase I clinical trials. J R Stat Soc C. 2015;64(3):507-523. doi: 10.1111/rssc.12089
precautionary::Cpe
-> Ccd
Inherited methods
new()
Ccd$new(escalate, deescalate, eliminate, cohort_max, enroll_max)
applied()
x
A dose-wise vector of toxicity counts
o
A dose-wise vector of non-toxicity counts
last_dose
The most recently given dose, as required to implement cumulative-cohort-based escalation decisions.
max_dose
An upper limit on future dose levels
...
Unused by Ccd
; included for superclass method compatibility
## ------------------------------------------------
## Method `Ccd$new`
## ------------------------------------------------
# TODO