ci_fct_error_handler function

Handle errors returned by ci_fct

Handle errors returned by ci_fct

ci_fct_error_handler(e, which_parm, env)

Arguments

  • e: error returned by ci_fct
  • which_parm: Either a logical vector the same length as the coefficient vector, with TRUE indicating a coefficient is used by f, or an integer vector with the indices of the coefficients used by f.
  • env: environment to assign n_grid and k

Returns

returns NULL if no stop command is executed.

Examples

1+1
  • Maintainer: Kim Daniel Jakobsen
  • License: MIT + file LICENSE
  • Last published: 2024-02-26

Useful links