nlminb
This is a wrapper around nlminb to use scaling, as this is not available (nor will it be) in optimx
.
nlminb_wrapper(
par,
ll,
ugr = NULL,
lower = NULL,
upper = NULL,
mcontrol,
hess = NULL,
ddfobj,
data,
...
)
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
optimx
object