rwalcControl: Control Values for 'rwalc'.

View source: R/RWalc.R

rwalcControlR Documentation

Control Values for 'rwalc'.

Description

'rwalcControl' selects the numerical minimizer and associated control parameters used by 'rwalc'.

Usage

rwalcControl(optim = c("nlminb", "optim"), verbose = FALSE, ...)

Arguments

optim

the numerical optimizer used in the fit

verbose

Enable tracing information.

...

control parameters for the chosen optimizer

Details

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.

Value

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

See Also

'nlminb', 'optim'.


SWotherspoon/RWalc documentation built on June 10, 2025, 6:46 a.m.