get_optimizer_opts | R Documentation |
Get optimizer options
get_optimizer_opts(
model_pars,
initial_pars = rep(NA, length(model_pars)),
ll = rep(NA, length(model_pars)),
ul = rep(NA, length(model_pars)),
optimizer = NULL,
family = NULL
)
model_pars |
A character vector specifying the name of the parameters to fit. |
initial_pars |
A numeric vector specifying the initial
parameter values to #' evaluate the model at (required by |
ll , ul |
A numeric vector specifying the lower and upper limits of the parameters to fit, respectively |
optimizer |
A string specifying the optimizer to use.
One from |
family |
A string specifying the family function to
generate responses (and calculate the likelihood function with).
One from |
A list with optimizer options.
Whenever a family function other than the identity is used, the family-specific parameters will always be appended to the end of the relevant lists.
fit_model()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.