Description Usage Arguments Author(s)
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
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
prior |
The CRM skeleton: dose-wise prior probabilities of toxicity |
target |
Target toxicity rate |
tox |
A patient-wise vector of toxicity counts |
level |
A patient-wise vector of dose level assignments |
n |
The number of patients enrolled |
dosename |
Optional designators for the doses |
include |
Index of patients to include |
pid |
Vector of patient ID labels |
conf.level |
Used to assign upper and lower bounds on predicted probability of toxicity, which in turn may be referenced in escalation, deescalation and stopping decisions. |
method |
Estimation method: |
model |
Presently, only the ‘empiric’ (or ‘power’) model has a Rust likelihood implementation. |
intcpt |
Intercept for ‘logistic’ model |
scale |
Sigma parameter of prior on beta parameter |
model.detail |
If FALSE, the model content of an |
patient.detail |
If FALSE, patient summary of an |
var.est |
If TRUE, variance of the estimate of the model parameter and probability/confidence interval for the dose-toxicity curve will be computed |
impl |
Switch between |
Adapted by David C. Norris, from Ken Cheung's dfcrm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.