Learn R Programming

FinCal (version 0.6.3)

irr: Computing IRR, the internal rate of return

Description

Computing IRR, the internal rate of return

Usage

irr(cf)

Arguments

cf
cash flow,the first cash flow is the initial outlay

See Also

pv.uneven

npv

Examples

Run this code
# irr(cf=c(-5, 1.6, 2.4, 2.8))

Run the code above in your browser using DataLab