# NOT RUN {
# A production block runs from unit 201 to unit 500 inclusive.
# The 201st unit had a required time of 125 hours with a 75%
# learning curve, what is the block summary?
unit_block_summary(t = 125, m = 201, n = 500, r = .75)
## $`block units`
## [1] 300
## $`block hours`
## [1] 30350.48
## $`midpoint unit`
## [1] 334.6103
## $`midpoint hours`
## [1] 101.1683
# }
Run the code above in your browser using DataLab