discount_hack {heemod} | R Documentation |
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)
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.
Value
A modified state object.
[Package heemod version 1.0.1 Index]