| calc_amortization_schedule | R Documentation |
Generates an amortization schedule for a loan.
calc_amortization_schedule(pv, rate, n, type = 0)
pv |
Loan amount. |
rate |
Interest rate per period (decimal). |
n |
Number of periods. |
type |
Payment timing: 0 for end of period, 1 for beginning of period. |
Data frame with amortization schedule.
calc_amortization_schedule(pv = 10000, rate = 0.01, n = 12)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.