tvm | R Documentation |
This R function can calculate present value and future value the given information.
tvm(pv = NA, fv = NA, n = NA, r = NA, ic = 1)
pv |
present value |
fv |
future value |
n |
number of periods |
r |
nominal interest rate convertible ic times per period |
ic |
interest conversion frequency per period |
Returns the NPV or FV for the given information
tvm(pv=50, n=5, r=.04)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.