| calc_future_value_ext | R Documentation |
Calculates the future value with optional periodic payments.
calc_future_value_ext(pv, rate, n, pmt = 0, type = 0)
pv |
Present value. |
rate |
Interest rate per period (decimal). |
n |
Number of periods. |
pmt |
Periodic payment (default = 0). |
type |
Payment timing: 0 for end of period (ordinary annuity), 1 for beginning of period (annuity due). |
Future value.
calc_future_value_ext(pv = 1000, rate = 0.05, n = 10, pmt = 100)
calc_future_value_ext(pv = 0, rate = 0.01, n = 12, pmt = 500, type = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.