Problem14.11 <- data.frame(
"A" = c(
1,
1,
1,
2,
2,
2,
2,
1,
1,
2,
2,
2,
2,
2,
2
),
"B" = c(
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
3,
3,
3
),
"Y" = c(
6,
4,
8,
5,
7,
9,
6,
-3,
1,
2,
4,
3,
1,
0,
-3
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.