cv.annu.pv: Calculate present value of annuity

Description Usage Arguments Examples

View source: R/cv.annu.pv.R

Description

Calculate present value of an ordinary annuity or an annuity due.

Usage

1
cv.annu.pv(pmt,i,n,k)

Arguments

pmt

:the equal amount of payment of each period

i

:interest rate according to the period

n

:number of periods

k

:number of periods deferred until first payment

Examples

1
cv.annu.pv(100,0.0248,10,4)

YRmisc documentation built on March 25, 2020, 5:13 p.m.

Related to cv.annu.pv in YRmisc...