policy_year_increment {imaginator} | R Documentation |
Incremental a policy year
Description
Given a policy data frame, this will combine the policies_grow
and policies_renew
functions
to produce a subsequent policy year.
Usage
policy_year_increment(tbl_policy, retention, growth)
Arguments
tbl_policy |
A policy data frame |
retention |
Scalar renewal rate |
growth |
Scalar growth rate |
Value
Policy data frame
[Package imaginator version 1.0.0 Index]