Problem6.22 <- data.frame(
"Effects" = c(
'A',
'B',
'C',
'D',
'AB',
'AC',
'AD',
'BC',
'BD',
'CD',
'ABC',
'ABD',
'ACD',
'BCD',
'ABCD'
),
"Value" = c(
12.7151,
8.2469,
5.1458,
4.6744,
1.3266,
1.1616,
0.5988,
0.9216,
-0.0793,
-0.0795,
-1.2661,
-0.9852,
-0.7566,
-0.4842,
-1.5138
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.