Problem11.31 <- data.frame(
"X1" = c(
1,
0,
0,
0.5,
0.5,
0,
0.33333333333333,
0.66666666666667,
0.16666666666667,
0.16666666666667,
1,
0,
0,
0.33333333333333
),
"X2" = c(
0,
1,
0,
0.5,
0,
0.5,
0.33333333333333,
0.16666666666667,
0.66666666666667,
0.16666666666667,
0,
0,
1,
0.33333333333333
),
"X3" = c(
0,
0,
1,
0,
0.5,
0.5,
0.33333333333333,
0.16666666666667,
0.16666666666667,
0.66666666666667,
0,
1,
0,
0.33333333333333
),
"Y" = c(
24.5,
24.8,
22.7,
25.1,
24.3,
23.5,
24.8,
24.2,
23.9,
23.7,
25.1,
23.6,
23.9,
24.1
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.