Problem4.28 <- 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',
'D',
'C',
'B',
'A',
'A',
'D',
'C',
'B',
'B',
'A',
'D',
'C'
),
"Time" = c(
10,
7,
5,
10,
14,
18,
10,
10,
7,
11,
11,
12,
8,
8,
9,
14
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.