# NOT RUN {
## The order of input variables is: cost, benefit, rate and no. of years
tb = data.frame(cost=c(25900, 28000,15800.50), benefit=c(2600.95,30600,16200.50), rate =
c(4,4,4.2), no.of.years=c(1,1,1))
bc = bcr(tb)
# }
Run the code above in your browser using DataLab