powered by
Calculates the future value of an annuity.
sf(l = 0, n, i)
0 for annuity due or 1 for annuity immediate.
A numeric value. The number of payments.
A numeric value. The interest rate.
# NOT RUN { sf(0,12,0.05) sf(1,23,0.04) # }
Run the code above in your browser using DataLab