Learn R Programming

geex (version 1.1.1)

deriv_control-class: deriv_control S4 class

Description

deriv_control S4 class

Arguments

Slots

.FUN

a function which computes a numerical derivation. This functions first argument must the function on which the derivative is being compute. Defaults to jacobian.

.options

a list of options passed to .FUN. Defaults to list(method = 'Richardson')