Plot the DLT curve based on the EWOC proportional hazards model
dlt_curve_d1ph(
mtd,
rho,
theta,
min_dose,
max_dose,
shape,
tau,
distribution = "exponential",
dose_set = NULL
)
a numerical value indicating the true value of the parameter mtd.
a numerical value indicating the true value of the parameter rho.
a numerical value defining the proportion of expected patients to experience a medically unacceptable, dose-limiting toxicity (DLT) if administered the MTD.
a numerical value defining the lower bound of the support of the MTD.
a numerical value defining the upper bound of the support of the MTD.
a numerical value indicating the true value of the parameter shape. It is only necessary if 'distribution' = "weibull".
a numerical value defining the period of time for a possible toxicity be observed.
a character establishing the distribution for the time of events. It can be defined as 'exponential' or 'weibull'.
a numerical vector of doses that probability of DLT will be calculated.