nextBest-NextBestMaxGain Method.Helper function which creates the plot for nextBest-NextBestMaxGain() method.
h_next_best_mg_plot(
prob_target_drt,
dose_target_drt,
prob_target_eot,
dose_target_eot,
dose_mg,
max_gain,
next_dose,
doselimit,
data,
model,
model_eff
)(proportion)
target DLT probability during the trial.
(number)
target dose estimate during the trial.
(proportion)
target DLT probability at the end of the trial.
(number)
target dose estimate at the end of the trial.
(number)
the dose corresponding to the maximum gain.
(number)
the maximum gain estimate.
(number)
next best dose.
(number)
the maximum allowed next dose.
(DataDual)
the data object from which the dose grid will be fetched.
(ModelTox)
the DLT model.
(Effloglog)
the efficacy model.