ivt_payback_period: Capital budgeting

Description Usage Arguments Examples

Description

Computes payback period, net present value, internal rate of return equivalent annual annuity, profitability and break even period.

Usage

1
2
3
4
5
6
7
8
9
ivt_payback_period(cash_flow)

ivt_npv(cash_flow, capital_cost)

ivt_eaa(cash_flow, capital_cost)

ivt_profit_index(cash_flow, capital_cost)

ivt_break_even(cash_flow)

Arguments

cash_flow

Cash flow over the project life.

capital_cost

Cost of capital.

Examples

1
2
3
4
5
ivt_payback_period(c(-1000, 500, 400, 300, 200, 100))
ivt_npv(c(-1000, 500, 400, 300, 200, 100), 10)
ivt_eaa(c(-1000, 500, 400, 300, 200, 100), 10)
ivt_profit_index(c(-1000, 500, 400, 300, 200, 100), 10)
ivt_break_even(c(-1000, 500, 400, 300, 200, 100))

rsquaredacademy/investorr documentation built on May 14, 2019, 2:12 p.m.