periodic_compounding: The total accumulated value, including the principal sum plus...

Description Usage Arguments Value Examples

Description

source: https://en.wikipedia.org/wiki/Compound_interest

Usage

1

Arguments

p

is the original principal sum.

r

is the nominal annual interest rate (as percent e.g. 4.5).

n

is the compounding frequency.

t

is the overall length of time the interest is applied (expressed using the same time units as r, usually years).

Value

The new principle sum.

Examples

1
periodic_compounding(1500, 0.043, 4, 6)

pgstevenson/borrowr documentation built on May 15, 2019, 10:02 p.m.