filterProfitRates {LifeInsureR} | R Documentation |
Filter the whole data.frame of profit rates for the given profit classes
Description
This is a rather trivial helper function, which just calls dplyr::filter()
.
Usage
filterProfitRates(rates, classes)
Arguments
rates |
data.frame containing all profit rates for multiple profit classes |
classes |
the profit classes, for which rates should be extracted |
[Package LifeInsureR version 1.0.0 Index]