Problem4.45 <- data.frame(
"Additive" = c(
2,
3,
4,
5,
1,
2,
4,
5,
1,
3,
4,
5,
1,
2,
3,
4,
1,
2,
3,
5
),
"Car" = c(
1,
1,
1,
1,
2,
2,
2,
2,
3,
3,
3,
3,
4,
4,
4,
4,
5,
5,
5,
5
),
"Mileage" = c(
14,
12,
13,
11,
17,
14,
11,
12,
14,
13,
11,
10,
13,
13,
12,
12,
12,
10,
9,
8
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.