Problem6.21 <- data.frame(
"Effects" = c(
'A',
'B',
'C',
'D',
'AB',
'AC',
'AD',
'BC',
'BD',
'CD',
'ABC',
'ABD',
'ACD',
'BCD',
'ABCD'
),
"Value" = c(
76.95,
-67.52,
-7.84,
-18.73,
-51.32,
11.69,
9.78,
20.78,
14.74,
1.27,
-2.82,
-6.5,
10.2,
-7.98,
-6.25
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.