Problem8.47 <- data.frame(
"Run" = c(
1,
2,
3,
4,
5,
6,
7,
8
),
"A" = c(
-1,
1,
-1,
1,
-1,
1,
-1,
1
),
"B" = c(
-1,
-1,
1,
1,
-1,
-1,
1,
1
),
"C" = c(
-1,
-1,
-1,
-1,
1,
1,
1,
1
),
"D" = c(
1,
-1,
-1,
1,
-1,
1,
1,
-1
),
"E" = c(
-1,
-1,
1,
1,
1,
1,
-1,
-1
),
"Y" = c(
50,
20,
40,
25,
45,
30,
40,
30
),
"Block" = c(
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.