View source: R/get_Keyboard_rules.R
get_Keyboard_rules | R Documentation |
Get Keyboard decision rules for phase I design
get_Keyboard_rules(N, phi, halfkey)
N |
sample size |
phi |
target toxicity rate |
halfkey |
half length of key in keyboard design |
A uniform Beta(1,1) prior is used to calculate the posterior Bayesian probability for each 'key'
a data.frame with elements
n: number of patients
x: observed DLTs
decision: "E" (escalate),"R" (retain) or "D" (de-escalate)
Yan F, Mandrekar SJ, Yuan Y. Keyboard: A Novel Bayesian Toxicity Probability Interval Design for Phase I Clinical Trials. Clin Cancer Res. 2017; 23: 3994–4003
Keyboard_rules <- get_Keyboard_rules(N=9,phi=0.3,halfkey=0.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.