getPaymentNoPaymentMatrix: A function to turn a matrix of incremental payments into zero...

Description Usage Arguments Details Value

View source: R/AnnualAggLossDevModelOutputWithZeros.R

Description

A function to turn a matrix of incremental payments into zero or ones depending upon whether a payment is positive. Intended for internal use only.

Usage

1

Arguments

object

The matrix of incremental payments.

Details

The conversion rule is as follows. If NA, then NA. Else if greater than zero, then 1. Else if equal to zero, then zero. Else NA.

Value

A matrix of zero or one (or NA) matching the structure of in input matrix.


BALD documentation built on May 2, 2019, 6:51 a.m.