bc_ratio: Benefit Cost Ratio

bc_ratioR Documentation

Benefit Cost Ratio

Description

This R function calculates BCR for the given information.

Usage

bc_ratio(cif_t0, cif, cif_times, cof_t0, cof, cof_times, r)

Arguments

cif_t0

cash inflow at time 0

cif

cash inflow vector

cif_times

cash inflow time vector

cof_t0

cash outflow at time 0

cof

cash outflow vector

cof_times

cash out flow time vector

r

nominal interest rate

Value

Returns BCR

Examples

bc_ratio(cif_t0 = 10, cif = 9,cif_times = 2,cof_t0 = -10, cof = -5, cof_times = 2, r= 0.1)

Bahram-Abediniangerabi/ConstructionDataAnalyticsR documentation built on March 10, 2023, 6:22 a.m.