plot_block_summary: Block Summary Plot

Description Usage Arguments Examples

Description

Plots the Crawford unit learning curve for the production block containing units m through n (inclusive) while highlighting midpoint values.

Usage

1

Arguments

t

time (or cost) required for the mth unit of production

m

mth unit for which you have time (or cost) information (default is m = 1)

n

nth (last) unit of production in the production block of concern (n > m)

r

learning curve rate

Examples

1
2
3
4
5
6
 
# 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. Plot the block summary?

plot_block_summary(t = 125, m = 201, n = 500, r = .75)

Auburngrads/learningCurve documentation built on May 5, 2019, 8:13 a.m.