Table6.1 <- data.frame(
'A' = c(
-1, -1, -1,
1, 1, 1,
-1, -1, -1,
1, 1, 1
),
'B' = c(
-1, -1, -1,
-1, -1, -1,
1, 1, 1,
1, 1, 1
),
'Response' = c(
28, 25, 27, 36, 32, 32, 18, 19, 23, 31, 30, 29
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.