powered by
The BOIN design as a Cumulative-Cohort Design (CCD) subclass
precautionary::Cpe -> precautionary::Ccd -> Boin
precautionary::Cpe
precautionary::Ccd
Boin
Boin$new()
Boin$clone()
precautionary::Cpe$J()
precautionary::Cpe$bU()
precautionary::Cpe$max_dose()
precautionary::Cpe$path_array()
precautionary::Cpe$path_matrix()
precautionary::Cpe$path_probs()
precautionary::Cpe$path_rx()
precautionary::Cpe$report()
precautionary::Cpe$trace_paths()
precautionary::Ccd$applied()
new()
Boin$new(target, cohort_max, enroll_max)
target
Target toxicity rate
cohort_max
Upper bound on dose-wise enrollment
enroll_max
Upper bound on total enrollment
Create a new Boin object.
A Boin object.
# TODO
clone()
The objects of this class are cloneable with this method.
Boin$clone(deep = FALSE)
deep
Whether to make a deep clone.
TODO: Provide references, and note clearly the choice of defaults. Also provide citations to BOIN paper(s).
# NOT RUN { ## ------------------------------------------------ ## Method `Boin$new` ## ------------------------------------------------ # TODO # }
Run the code above in your browser using DataLab