Learn R Programming

capitalR (version 1.3.0)

pv: Present Value

Description

Calculates the present value of a given future value

Usage

pv(fv, r, n)

Arguments

fv

Future Value

r

Discount Rate

n

Number of Compounding Periods

Value

Returns the Present Value

Examples

Run this code
# NOT RUN {
pv(5000, 0.08/12, 5*12)
# }

Run the code above in your browser using DataLab