decd: Benefit Decision

Description Usage Arguments Details Value Author(s) Examples

View source: R/decd.R

Description

It provides decision on whether a project is worthy of yielding some benefit.

Usage

1
decd(x)

Arguments

x

the ratio of benefit and cost - a numeric(double or integer) value

Details

The function is designed to take in the first component of the list returned by the function bcr as its argument but can also use any ratio as argument.

Value

a character string giving a decision on whether the project should proceed or not

Author(s)

Abubakar Akanbi

Examples

1
2
3
## usiing benefit-cost ratio of 1.9 and 0.72  
dc1 = decd(1.9)
bc2 = decd(0.72)

cban documentation built on Dec. 7, 2020, 5:06 p.m.