# NOT RUN {
DLT <- 0
dose <- 20
test <- ewoc_d1extended(DLT ~ dose, type = 'discrete',
theta = 0.33, alpha = 0.25,
dose_set = seq(20, 100, 20),
min_dose = 20, max_dose = 100,
rho_prior = matrix(1, ncol = 2, nrow = 2),
rounding = "nearest")
summary(test)
plot(test)
# }
Run the code above in your browser using DataLab