InsuranceContract.ParametersFill {LifeInsureR} | R 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 |
[Package LifeInsureR version 1.0.0 Index]