Internal function to process rstan samples from a CRM model to
make inferences about dose-toxicity and which dose should be recommended next.
Typically, this function is not required to be called explicitly by the user
because stan_crm
will call it implicitly.
crm_process(dat, fit)
An instance of crm_fit
.
An instance of crm_params
, a list of CRM
parameters.
An instance of rstan::stanmodel
, derived by fitting one of
the trialr CRM models.