minimizer | R Documentation |
Minimize the negative log likelihood using "nlmimb"
and/or "optim"
.
minimizer(
model,
method = c("optim", "nlmimb", "both"),
lower,
upper,
verbose = FALSE
)
model |
A model to be optimized. |
method |
A string specifying the desired method to be used for the
optimization routine. The options are listed in the function call, where
the default is to use |
lower , upper |
Vectors of parameter bounds of the same length as the number of parameters in the model. |
verbose |
A logical specifying if messages should be printed. The
default is to NOT print, i.e., |
Andre E. Punt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.