R/careful_escalation.R
careful_escalation.Rd
Dose selection function that avoids dose-skipping in escalation and advocates stopping when there is sufficient evidence that the risk of toxicity at a reference dose exceeds some threshold.
careful_escalation( dose_finding_fit, tox_threshold, certainty_threshold, reference_dose = 1, start_dose = 1 )
dose_finding_fit | Instance of |
---|---|
tox_threshold | numeric, the toxicity threshold. |
certainty_threshold | numeric, the required confidence that the risk of toxicity exceeds `tox_threshold` to advocate stopping. |
reference_dose | the integer index of the reference dose. 1 by default, i.e. the lowest dose-level. |
start_dose | the integer index of the desired starting dose. 1 by default. This is required for the function to give the desired answer when no patients have yet been treated. |
an integer dose-level