pv.simple {FinCal} | R Documentation |
Estimate present value (pv) of a single sum
pv.simple(r, n, fv)
r |
discount rate, or the interest rate at which the amount will be compounded each period |
n |
number of periods |
fv |
future value |
pv.simple(0.07,10,100)
pv.simple(r=0.03,n=3,fv=1000)