InsuranceContract.ParametersFallback {LifeInsureR} | R Documentation |
Use fallback values for missing contract parameters
Description
Provide default values for the insurance contract parameters if any of the parameters is not explicitly set.
Usage
InsuranceContract.ParametersFallback(params, fallback, ppParameters = TRUE)
Arguments
params |
Current, explicitly set contract parameters. All NULL values
will be filled with the corresponding entry from |
fallback |
Fallback values that will be used when the corresponding
entry in |
ppParameters |
Whether profit participation parameters should also be filled (default is TRUE) |
[Package LifeInsureR version 1.0.0 Index]