R/boin_comb_selector.R
get_boin_comb.Rd
Get an object to fit the BOIN COMB model using the BOIN package.
get_boin_comb(num_doses, target, use_stopping_rule = TRUE, ...)
integer vector of the number of doses of treatment 1, 2
We seek a dose with this probability of toxicity.
TODO
Extra args are passed to next.comb
.
an object of type selector_factory
that can fit the
BOIN COMB model to outcomes.
Lin, R., & Yin, G. (2017). Bayesian optimal interval design for dose finding in drug-combination trials. Statistical methods in medical research, 26(5), 2155-2167.
# TODO