for various performance tuning experiments. The impl
arg allows selection
of various alternative implementations:
'rusti'
substitutes integrands crmh
, crmht
, crmht2
written in Rust
'dfcrm'
is the original as implemented in package dfcrm
.
The CRM skeleton: dose-wise prior probabilities of toxicity
Target toxicity rate
A patient-wise vector of toxicity counts
A patient-wise vector of dose level assignments
The number of patients enrolled
Optional designators for the doses
Index of patients to include
Vector of patient ID labels
Used to assign upper and lower bounds on predicted probability of toxicity, which in turn may be referenced in escalation, deescalation and stopping decisions.
Estimation method:
Presently, only the ‘empiric’ (or ‘power’) model has a Rust likelihood implementation.
Intercept for ‘logistic’ model
Sigma parameter of prior on beta parameter
If FALSE, the model content of an mtd
object will not
be displayed. Default is TRUE.
If FALSE, patient summary of an mtd
object will not
be displayed. Default is TRUE.
If TRUE, variance of the estimate of the model parameter and probability/confidence interval for the dose-toxicity curve will be computed
Switch between 'rusti'
and 'dfcrm'
implementations.
Currently the 'rusti'
option is implemented only for the Bayes method
of the empirical (‘power’) model. An experimental 'ruste'
implementation is in the works.