| calc_effective_rate | R Documentation |
Converts a nominal interest rate into an effective rate.
calc_effective_rate(nominal_rate, m)
nominal_rate |
Nominal interest rate (decimal). |
m |
Number of compounding periods per year. |
Effective interest rate.
calc_effective_rate(nominal_rate = 0.12, m = 12) # 12% nominal monthly
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.