costValuesAsDF {LifeInsureR} | R Documentation |
Convert the multi-dimensional costs array to a data.frame for output to a file
Description
Convert the cost values array to a tx15 matrix
Usage
costValuesAsDF(costValues)
Arguments
costValues |
Cost definition data structure |
Details
Not to be called directly, but implicitly by the InsuranceContract object. Convert the array containing cost values like cashflows, present values, etc. (objects of dimension tx5x3) to a matrix with dimensions (tx15)
[Package LifeInsureR version 1.0.0 Index]