R/trialr_nbg_selector.R
get_trialr_nbg_tite.Rd
Get an object to fit a TITE version of the NBG dose-finding model using trialr
get_trialr_nbg_tite(
parent_selector_factory = NULL,
real_doses,
d_star,
target,
alpha_mean,
alpha_sd,
beta_mean,
beta_sd,
...
)
optional object of type
selector_factory
that is in charge of dose selection before
this class gets involved. Leave as NULL to just use this model from the start.
Doses under investigation, a non-decreasing vector of numbers.
Numeric, reference dose for calculating the covariate
log(dose / d_star)
when fitting the model. Sometimes (but not always)
taken to be the max dose in real_doses.
We seek a dose with this probability of toxicity.
Prior mean of intercept variable for normal prior. See Details. Also see documentation for trialr package for further details.
Prior standard deviation of intercept variable for normal prior. See Details. Also see documentation for trialr package for further details.
Prior mean of gradient variable for normal prior. See Details. Also see documentation for trialr package for further details.
Prior standard deviation of slope variable for normal prior. See Details. Also see documentation for trialr package for further details.
Extra args are passed to stan_nbg
.
an object of type selector_factory
that can fit the
NBG model to outcomes.
# TODO