View source: R/present_to_annual.R
present_to_annual | R Documentation |
present_to_annual
Compute uniform series annual payments from present value
using capital recovery factor (crf)Compute annual payment from present value
present_to_annual
Compute uniform series annual payments from present value
using capital recovery factor (crf)
present_to_annual(i, n, PV)
i |
discount rate in percent per year |
n |
life span in years |
PV |
present value |
ann.value
Newnan, D. G., Eschenbach, T. G., Lavelle, J. P., & Oxford, N. Y. Engineering Economic Analysis, 14th ed. New York, Oxford University Press, 2020
David, W., & Terry, R. Fundamentals of Engineering Economics and Decision Analysis. Springer Nature, 2012
# Result: ann.value = $17765.49
present_to_annual(0.08, 30, 200000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.