R/trialr_crm_selector.R
get_trialr_crm_tite.Rd
Get an object to fit the TITE-CRM model using the trialr package.
get_trialr_crm_tite(
parent_selector_factory = NULL,
skeleton,
target,
model,
...
)
optional object of type
selector_factory
that is in charge of dose selection before
this class gets involved. Leave as NULL to just use CRM from the start.
Dose-toxicity skeleton, a non-decreasing vector of probabilities.
We seek a dose with this probability of toxicity.
character string identifying which model form to use. Options
include empiric, logistic, logistic2. The model form chosen determines which
prior hyperparameters are required. See stan_crm
for more details.
Extra args are passed to stan_crm
.
an object of type selector_factory
that can fit the
CRM model to outcomes.
This function is a short-cut to get_trialr_crm(tite = TRUE)
. See
get_trialr_crm
for full details.
# TODO