Problem15.10 <- data.frame(
"SodiumCitrate" = c(
-1,
1,
-1,
1,
-1,
1,
-1,
1
),
"Glycerol" = c(
-1,
-1,
1,
1,
-1,
-1,
1,
1
),
"EquilibriumTime" = c(
-1,
-1,
-1,
-1,
1,
1,
1,
1
),
"NumberSurvived" = c(
34,
20,
8,
21,
30,
20,
10,
25
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.