ReturnOpt {Phase12Compare} | R Documentation |
Obtains optimal dose level.
Description
Gives the optimal dose level to assign the next patient cohort to based on the vector of optimality function values for each dose level (desirability or utility based) and the doses tried throughout the trial.
Usage
ReturnOpt(Desire, DoseTried)
Arguments
Desire |
Vector of optimality function values for each dose level. |
DoseTried |
Binary vector containing 1 for doses that have been tried during the trial and 0 otherwise. |
Value
Optimal dose level to assign the next patient cohort.
[Package Phase12Compare version 1.5 Index]