Usage
MOPT(LB, UB, P, lambda, delta, r, grid, epsilon, epsilon_w)
Arguments
LB
Numeric. Predetermined lower bound of the dose range for the log dose.
UB
Numeric. Predetermined upper bound of the dose range for the log dose.
P
A Numeric vector. Solicited information on nominal values for the vector. p=(p1, p2, p3, p4), where p1 is the lower limit of the response, p2 is Emax, p3 is the ED50 and p4 is the slope at the ED50.
lambda
A numeric vector. User select weights. lambda=c(q1, q2), where q1, q2 represent weights for estimating model parameter and estimating the ED50 respectively. They are non-negative and q1+q2
delta
Numeric. Predetermined clinically significant effect to define the MED. The MED is the dose producing the mean response of delta units better than the minimum dose.
r
Numeric. The number fo iteritions to set an initial design to search the multiple-objective optimal design. Default is 10 and needed to be increased (for example, r=30 or 50) if the searched multiple-objective optimal design is not a true optimal. It can
grid
Numeric. The grid density to discretize the predetermined dose interval. Default is 0.01.
epsilon
Numeric. Stopping criterion for the algorithm to search the multiple-objective optimal design. Default is 0.001.
epsilon_w
Numeric. Stopping criterion for the Newton Raphson method inside of the algorithm. Default is 10^-6.