powered by
Calculates the interest portion of the payment in period "x"
ipmt(pv, fv = 0, n, r, x, end = TRUE)
Present Value
Future Value
Number of Periods
Rate
Period in which to calculate the interest portion of the payment
If FALSE, payments are made at the beginning of the period
Returns the Interest Portion of the Payment in Period "x"
# NOT RUN { ipmt(pv = 20000, fv = 0, n = 5 * 12, r = 0.05/12, x = 12, end = TRUE) # }
Run the code above in your browser using DataLab