View source: R/nlminb_wrapper.R
nlminb_wrapper | R Documentation |
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,
...
)
par |
starting parameters |
ll |
log likelihood function |
ugr |
gradient function |
lower |
lower bounds on parameters |
upper |
upper bounds on parameters |
mcontrol |
control options |
hess |
hessian function |
ddfobj |
detection function specification object |
data |
the data |
... |
anything else to pass to |
optimx
object
David L Miller, modified from optimx.run
by JC Nash, R
Varadhan, G Grothendieck.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.