Learn R Programming

FinCal (version 0.6.3)

discount.rate: Computing the rate of return for each period

Description

Computing the rate of return for each period

Usage

discount.rate(n, pv, fv, pmt, type = 0)

Arguments

n
number of periods
pv
present value
fv
future value
pmt
payment per period
type
payments occur at the end of each period (type=0); payments occur at the beginning of each period (type=1)

See Also

fv.simple

fv.annuity

fv

pv

pmt

n.period

Examples

Run this code
discount.rate(n=5,pv=0,fv=600,pmt=-100,type=0)

Run the code above in your browser using DataLab