Problem8.40 <- data.frame(
"Run" = c(
1,
2,
3,
4,
5,
6,
7,
8
),
"TreatmentCombination" = c(
-1,
'ad',
'bd',
'ab ',
'cd',
'ac',
'bc',
'abcd'
),
"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
),
"Y" = c(
8,
10,
12,
7,
13,
6,
5,
11
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.