crm_process {trialr} | R Documentation |
Process RStan samples from a CRM model.
Description
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.
Usage
crm_process(dat, fit)
Arguments
dat |
An instance of |
fit |
An instance of |
Value
An instance of crm_fit
.
[Package trialr version 0.1.6 Index]