Learn R Programming

eltr (version 0.1.0)

layer_loss: Limited loss to the layer

Description

Limited loss to the layer

Usage

layer_loss(x, Excess, Limit)

Arguments

x

event loss

Excess

treaty retention

Limit

treaty limit

Value

limited loss to the layer

Examples

Run this code
# NOT RUN {
layer_loss(5,2,6)
layer_loss(5,10,6)

# }

Run the code above in your browser using DataLab