| policies_grow {imaginator} | R Documentation | 
Simulate policy growth
Description
Given a policy data frame, this will generate new policies in subsequent policy years.
Usage
policies_grow(tbl_policy, growth)
Arguments
| tbl_policy | Data frame of policy data | 
| growth | Scalar value greater than or equal to zero | 
Value
A data frame, as follows:
- policy_effective_date
- Date 
- policy_expiration_date
- Date 
- exposure
- double 
- policyholder_id
- integer 
[Package imaginator version 1.0.0 Index]