View source: R/select_mtd_Ivanova_binary.R
select_mtd_Ivanova_binary | R Documentation |
Select the maximum tolerated dose (MTD) when the trial is completed for binary endpoint using design by Ivanova et al (2009)
select_mtd_Ivanova_binary(target, y, n)
target |
the target toxicity rate |
y |
the number of toxicity patients at each dose level |
n |
the number of patients enrolled at each dose level |
select_mtd_Ivanova_binary()
returns a list object including: (1) dose selected (2) patients treated at each dose level
Chia-Wei Hsu, Haitao Pan, Rongji Mu
Ivanova, Anastasia, and Se Hee Kim. "Dose finding for continuous and ordinal outcomes with a monotone objective function: a unified approach." Biometrics 65, no. 1 (2009): 307-315.
target <- 0.3 y <- c(0, 4, 0, 0, 0, 0) n <- c(3, 15, 0, 0, 0, 0) select_mtd_Ivanova_binary(target = target, y = y, n = n)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.