View source: R/get_i33_rules.R
get_i33_rules | R Documentation |
Get i3+3 decision rules for phase I design
get_i33_rules(N, phi, phi1, phi2)
N |
sample size |
phi |
target toxicity rate |
phi1 |
the highest DLT rate that is deemed subtherapeutic (i.e., underdosing), such that dose escalation should be made |
phi2 |
the lowest DLT rate that is deemed overly toxic (i.e., overdosing), such that dose de-escalation is required |
a data.frame with elements
n: number of patients
x: observed DLTs
decision: "E" (escalate),"R" (retain) or "D" (de-escalate)
Liu M et al. The i3+3 design for phase I clinical trials. Journal of Biopharmaceutical Statistics 2020;30:294-304
rule<-get_i33_rules(N=6,phi=0.3,phi1=0.25,phi2=0.35)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.