Problem8.1 <- data.frame(
"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
),
"Yield" = c(
90,
72,
87,
83,
99,
81,
88,
80
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.