Problem8.48 <- 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(
40,
10,
30,
20,
40,
30,
20,
30
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.