| calc_simple_interest | R Documentation |
Calculates the final value under simple interest.
calc_simple_interest(pv, rate, n)
pv |
Present value. |
rate |
Interest rate per period (decimal). |
n |
Number of periods. |
Final value with simple interest.
calc_simple_interest(pv = 1000, rate = 0.10, n = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.