af: Present Value of An Annuity

Description Usage Arguments Examples

View source: R/af.R

Description

Calculates the present value of an annuity.

Usage

1
af(l = 0, n, i)

Arguments

l

0 for annuity due or 1 for annuity immediate.

n

A numeric value. The number of payments.

i

A numeric value. The interest rate.

Examples

1
2
af(0,10,0.03)
af(1,15,0.05)

DetLifeInsurance documentation built on Jan. 13, 2021, 11 a.m.