Problem14.1 <- data.frame(
"BurnRate" = c(
25,
30,
26,
19,
17,
14,
14,
15,
20,
19,
28,
20,
23,
24,
21,
35,
21,
24,
15,
17,
14,
18,
21,
17,
38,
54,
50,
15,
16,
13,
35,
27,
25,
25,
29,
33
),
"Process" = c(
1,
1,
1,
2,
2,
2,
3,
3,
3,
1,
1,
1,
2,
2,
2,
3,
3,
3,
1,
1,
1,
2,
2,
2,
3,
3,
3,
1,
1,
1,
2,
2,
2,
3,
3,
3
),
"Batch" = c(
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
3,
3,
3,
3,
3,
3,
3,
3,
3,
4,
4,
4,
4,
4,
4,
4,
4,
4
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.