rwalcControl: Control Values for 'rwalc'.

Description Usage Arguments Details Value See Also

View source: R/RWalc.R

Description

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

Usage

1
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 Feb. 25, 2021, 8:26 p.m.