Problem6.42 <- data.frame(
"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
),
"Yield" = c(
6.08,
6.04,
6.53,
6.43,
6.31,
6.09,
6.12,
6.36,
6.79,
6.68,
6.73,
6.08,
6.77,
6.38,
6.49,
6.23
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.