| calc_pv_annuity | R Documentation |
Calculates the present value of a series of equal payments.
calc_pv_annuity(pmt, rate, n, type = 0)
pmt |
Payment amount per period. |
rate |
Interest rate per period (decimal). |
n |
Number of periods. |
type |
Payment timing: 0 for end of period, 1 for beginning of period. |
Present value of the annuity.
calc_pv_annuity(pmt = 100, rate = 0.05, n = 10)
calc_pv_annuity(pmt = 100, rate = 0.05, n = 10, type = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.