Creates the renewal control list used by renewal.
Arguments
- method
character, one or more of the optimization methods accepted by
optimx. User can experiment with different algorithms and the results associated with the best performing one will be retained.- maxit
numeric, the maximum number of iterations in the optimization routine.
- trace
Non-negative integer. Should tracing information be printed to the screen.
- start
(named) numeric, vector of starting values.
- kkt
locical should the Kuhn, Karush, Tucker optimality conditions be tested? Default is
FALSEto avoid numerical hessian computation.- ...
TODO