View source: R/trialr_crm_selector.R
get_trialr_crm_tite | R Documentation |
Get an object to fit the TITE-CRM model using the trialr package.
get_trialr_crm_tite(
parent_selector_factory = NULL,
skeleton,
target,
model,
...
)
parent_selector_factory |
optional object of type
|
skeleton |
Dose-toxicity skeleton, a non-decreasing vector of probabilities. |
target |
We seek a dose with this probability of toxicity. |
model |
character string identifying which model form to use. Options
include empiric, logistic, logistic2. The model form chosen determines which
prior hyperparameters are required. See |
... |
Extra args are passed to |
This function is a short-cut to get_trialr_crm(tite = TRUE)
. See
get_trialr_crm
for full details.
an object of type selector_factory
that can fit the
CRM model to outcomes.
# TODO
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.