View source: R/get_BOIN_rules.R
get_BOIN_rules | R Documentation |
Get BOIN decision rules for phase I design
get_BOIN_rules(phi, phi1, phi2)
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
phi
phi1
phi2
lambda_e: if observed DLT rate<= lambda_e –> dose escalation
lambda_d: if observed DLT rate>= lambda_d –> dose de-escalation
Liu S, Yuan Y. Bayesian Optimal Interval Designs for Phase I Clinical Trials. J R Stat Soc Ser C Appl Stat. 2015;64:507–23
rule<-get_BOIN_rules(phi=0.3,phi1=0.6*0.3,phi2=1.4*0.3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.