powered by
Creates an amortization schedule of a loan
schedule(r, n, pv, fv = 0, end = TRUE)
Rate
Number of Periods
Present Value
Future Value, set = 0
If FALSE, payments are made at the beginning of the period
Returns the Amortization Schedule in a dataframe
# NOT RUN { schedule(r = 0.06/12, n = 10 * 12, pv = -5000, fv = 0, end = TRUE) # }
Run the code above in your browser using DataLab