library("iemisc")
# Example 4-28 from Sullivan Reference text (page 165)
EffInt(1.375, frequency = "month")
# the nominal interest rate per period (month) is 1.375%
# Example from SFPE Reference text
EffInt(18 / 12, frequency = "month")
# the nominal interest rate is 18% per year or 18% / 12 months
Run the code above in your browser using DataLab