Problem8.31 <- data.frame(
"AcidStrength" = c(
87,
93,
87,
93,
87,
93,
87,
93
),
"ReactionTime" = c(
15,
15,
30,
30,
15,
15,
30,
30
),
"AmountOfAcid" = c(
35,
35,
35,
35,
45,
45,
45,
45
),
"ReactionTemperature" = c(
60,
70,
70,
60,
70,
60,
60,
70
),
"Yield" = c(
6.08,
6.68,
6.73,
6.43,
6.77,
6.09,
6.12,
6.23
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.