discount.rate {FinCal} | R Documentation |
Computing the rate of return for each period
Description
Computing the rate of return for each period
Usage
discount.rate(n, pv, fv, pmt, type = 0)
Arguments
n |
number of periods |
pv |
present value |
fv |
future value |
pmt |
payment per period |
type |
payments occur at the end of each period (type=0); payments occur at the beginning of each period (type=1) |
See Also
Examples
discount.rate(n=5,pv=0,fv=600,pmt=-100,type=0)
[Package FinCal version 0.6.3 Index]