Learn R Programming

brfinance (version 0.8.0)

calc_compound_interest: Compound Interest

Description

Calculates the final value under compound interest.

Usage

calc_compound_interest(pv, rate, n)

Value

Final value with compound interest.

Arguments

pv

Present value.

rate

Interest rate per period (decimal).

n

Number of periods.

Examples

Run this code
calc_compound_interest(pv = 1000, rate = 0.10, n = 2)

Run the code above in your browser using DataLab