Problem6.23 <- data.frame(
"Effects" = c(
'A',
'B',
'C',
'D',
'AB',
'AC',
'AD',
'BC',
'BD',
'CD',
'ABC',
'ABD',
'ACD',
'BCD',
'ABCD'
),
"Value" = c(
-0.7914,
-6.5304,
-8.2045,
-6.0275,
-10.5229,
1.1109,
-1.6564,
-0.7982,
-4.662,
4.6707,
-5.7696,
-5.0842,
-0.4932,
4.4054,
-2.5251
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.