set_controls: Validate and set default estimation controls

View source: R/control.R

set_controlsR Documentation

Validate and set default estimation controls

Description

The function validates the user supplied list of estimation controls and sets defaults. The defaults follow those set by the respective optimizer. See maxLik and ucminf for details. Additional options include 'optimizer', 'method', 'cores', 'calculate_hessian' and 'calculate_jacobian'.

Usage

set_controls(control)

Arguments

control

A list of control options

Details

The function is called once within estimate.

Value

Returns a list of options with missing input values replaced by default values


edsandorf/cmdlR documentation built on Jan. 17, 2024, 12:33 a.m.