effective_i | R Documentation |
effective_i
Compute future value nominal rate and
compounding period per year, and frequency.Calculate effective annual interest rate for a known nominal rate and compounding period per year
effective_i
Compute future value nominal rate and
compounding period per year, and frequency.
effective_i(r, m = c("yearly", "quarterly", "monthly"))
r |
nominal interest rate in decimal number |
m |
number of compounding period per year monthly = 12 Quarterly = 4 yearly = 1 |
effective_i
Newnan, D. G., Eschenbach, T. G., Lavelle, J. P., & Oxford, N. Y. (2020). Engineering Economic Analysis (14th ed.). New York, Oxford University Press.
David, W., & Terry, R. (2012). Fundamentals of Engineering Economics and Decision Analysis. Springer Nature.
# Result: effective_i =
effective_i (0.08, m = "yearly")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.