Learn R Programming

FinCal (version 0.6.3)

pv.simple: Estimate present value (pv) of a single sum

Description

Estimate present value (pv) of a single sum

Usage

pv.simple(r, n, fv)

Arguments

r
discount rate, or the interest rate at which the amount will be compounded each period
n
number of periods
fv
future value

See Also

pv

Examples

Run this code
pv.simple(0.07,10,100)

pv.simple(r=0.03,n=3,fv=1000)

Run the code above in your browser using DataLab