Problem8.11 <- data.frame(
"Condensation" = c(
-1,
1,
-1,
1,
-1,
1,
-1,
1
),
"Material1" = c(
-1,
-1,
1,
1,
-1,
-1,
1,
1
),
"Solvent" = c(
-1,
-1,
-1,
-1,
1,
1,
1,
1
),
"Time" = c(
-1,
1,
1,
-1,
1,
-1,
-1,
1
),
"Material2" = c(
1,
-1,
1,
-1,
-1,
1,
-1,
1
),
"Yield" = c(
23.2,
16.9,
16.8,
15.5,
23.8,
23.4,
16.2,
18.1
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.