Learn R Programming

heemod (version 1.0.2)

discount_hack: Hack to Work Around a Discounting Issue

Description

This function is a hack to avoid a problem with discounting when the argument is a constant.

Usage

discount_hack(.dots)

Value

A modified state object.

Arguments

.dots

A state object.

Details

The hack consists in replacing calls to discount(x) by discount(x * rep(1, dplyr::n())) to ensure x is recycled to the correct length.