nlminb
This is a wrapper around nlminb to use scaling, as this is not available in
optimx
.
nlminb_wrapper(
par,
ll,
ugr = NULL,
lower = NULL,
upper = NULL,
mcontrol,
hess = NULL,
ddfobj,
data,
...
)
optimx
object
starting parameters
log likelihood function
gradient function
lower bounds on parameters
upper bounds on parameters
control options
hessian function
detection function specification object
the data
anything else to pass to ll
David L Miller, modified from optimx.run
by JC Nash, R
Varadhan, G Grothendieck.