InsuranceContract.ParametersFill: Initialize the insurance contract parameters from passed...

View source: R/InsuranceParameters.R

InsuranceContract.ParametersFillR Documentation

Initialize the insurance contract parameters from passed arguments

Description

Initialize the insurance contract parameters from the passed arguments. Arguments not given are left unchanged. If no existing parameter structure is given, an empty (i.e. all NULL entries) structure is used.

Usage

InsuranceContract.ParametersFill(
  params = InsuranceContract.ParameterStructure,
  costs = NULL,
  minCosts = NULL,
  ...
)

Arguments

params

Initial values of the insurance contract parameters. (default: empty parameter structure)

costs, minCosts, ...

Values for any of the entries in the insurance contract parameter structure. These values take precedence over the initial parameters provided in params.


kainhofer/r-life-insurance-contracts documentation built on Sept. 18, 2022, 7:56 p.m.