Problem8.45 <- data.frame(
"Run" = c(
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
),
"A" = c(
-1,
1,
-1,
1,
-1,
1,
-1,
1,
-1,
1,
-1,
1,
-1,
1,
-1,
1
),
"B" = c(
-1,
-1,
1,
1,
-1,
-1,
1,
1,
-1,
-1,
1,
1,
-1,
-1,
1,
1
),
"C" = c(
-1,
-1,
-1,
-1,
1,
1,
1,
1,
-1,
-1,
-1,
-1,
1,
1,
1,
1
),
"D" = c(
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
1,
1,
1,
1,
1,
1,
1,
1
),
"E" = c(
-1,
1,
1,
-1,
1,
-1,
-1,
1,
-1,
1,
1,
-1,
1,
-1,
-1,
1
),
"Y" = c(
63,
21,
36,
99,
24,
66,
71,
54,
23,
74,
80,
33,
63,
21,
44,
96
),
"Block" = c(
-1,
1,
1,
-1,
1,
-1,
-1,
1,
-1,
1,
1,
-1,
1,
-1,
-1,
1
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.