Example9.2 <- data.frame(
'A'=factor(c(0, 0, 0, 1, 1, 1, 2, 2, 2)),
'B'=factor(c(0, 1 ,2, 0, 1, 2, 0, 1, 2)),
'Response'=c(4, 5, 8, -2, -4, -5, 0, 1, 0),
'Block'=factor(c(
1, 3, 2,
2, 1, 3,
3, 2, 1
))
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.