Problem4.41 <- data.frame(
"Order" = c(
1,
2,
3,
4,
1,
2,
3,
4,
1,
2,
3,
4,
1,
2,
3,
4
),
"Operator" = c(
1,
1,
1,
1,
2,
2,
2,
2,
3,
3,
3,
3,
4,
4,
4,
4
),
"Method" = c(
'C',
'B',
'A',
'D',
'B',
'C',
'D',
'A',
'D',
'A',
'B',
'C',
'A',
'D',
'C',
'B'
),
"Workplace" = c(
'b',
'a',
'd',
'c',
'c',
'd',
'a',
'b',
'd',
'c',
'b',
'a',
'a',
'b',
'c',
'd'
),
"Time" = c(
11,
8,
9,
9,
10,
12,
11,
8,
14,
10,
7,
18,
8,
12,
15,
6
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.