rwalcControl | R Documentation |
'rwalcControl' selects the numerical minimizer and associated control parameters used by 'rwalc'.
rwalcControl(optim = c("nlminb", "optim"), verbose = FALSE, ...)
optim |
the numerical optimizer used in the fit |
verbose |
Enable tracing information. |
... |
control parameters for the chosen optimizer |
The numerical minimization function used to fit the model is selected by the 'method' argument. Additional control parameters specific to the chosen minimizer can be set though the dots argument. See 'nlminb' and 'optim' for available options.
Returns a list with components: - 'optim': the name of the numerical optimizer as a string, "nlminb" or "optim" - 'verbose': should tracing information be reported - 'control': list of control parameters for the optimizer
'nlminb', 'optim'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.