Learn R Programming

UnifiedDoseFinding (version 0.1.8)

select_mtd_gBOIN_Continuous: Select the maximum tolerated dose (MTD) for single agent trials using gBOIN design

Description

Select the maximum tolerated dose (MTD) when the trial is completed using gBOIN design (Mu et al. 2017)

Usage

select_mtd_gBOIN_Continuous(target, npts, ntox)

Arguments

target

the continuous target score

npts

the number of patients enrolled at each dose level

ntox

the toxicity score at each dose level

Value

select_mtd_gBOIN_Continuous() returns the selected dose

References

Rongji Mu, Ying Yuan, Jin Xu, Sumithra J. Mandrekar, Jun Yin: gBOIN: a unified model-assisted phase I trial design accounting for toxicity grades, and binary or continuous end points. Royal Statistical Society 2019

Examples

Run this code
# NOT RUN {
target <- 1.47
n <- c(3, 3, 3, 9, 0, 0)
y <- c(0.1951265, 1.5434317, 2.1967343, 13.9266838, 0, 0)
select_mtd_gBOIN_Continuous(target = target, npts = n, ntox = y)
# }

Run the code above in your browser using DataLab