Learn R Programming

EpiForsk (version 0.2.0)

ci_fct_error_handler: Handle errors returned by ci_fct

Description

Handle errors returned by ci_fct

Usage

ci_fct_error_handler(e, which_parm, env)

Value

returns NULL if no stop command is executed.

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

Examples

Run this code
1+1

Run the code above in your browser using DataLab