powered by
Calculates the payment, present value, future value, rate, or the number of periods
annuity(type = c("pv", "fv", "pmt", "nper", "rate"), pv, fv = 0, pmt, n, r, end = TRUE)
Loan parameter to return. ("pv", "fv", "pmt", "nper", "rate")
Present Value
Future Value
Periodic Payment
Number of Periods
Rate
Logical, set to TRUE. If FALSE, payments are made at the beginning the period.
Returns the selected Annuity Loan Parameter
# NOT RUN { annuity(type = "pmt", pv = -2000, fv = 0, n = 4 * 12, r = 0.06/12, end = TRUE) # }
Run the code above in your browser using DataLab