Problem11.32 <- data.frame(
"X1" = c(
0,
0,
1,
-1,
-1,
1,
-1,
1,
1,
-1,
1,
-1,
0
),
"X2" = c(
1,
-1,
0,
0,
-1,
1,
1,
-1,
-1,
1,
1,
-1,
0
),
"X3" = c(
-1,
1,
-1,
1,
0,
0,
1,
-1,
1,
-1,
1,
-1,
0
),
"X4" = c(
-1,
1,
1,
-1,
1,
-1,
0,
0,
-1,
1,
1,
-1,
0
),
"X5" = c(
-1,
1,
1,
-1,
-1,
1,
1,
-1,
0,
0,
-1,
1,
0
),
"X6" = c(
-1,
1,
-1,
1,
-1,
1,
-1,
1,
-1,
1,
0,
0,
0
),
"Y" = c(
21.04,
10.48,
17.89,
10.07,
7.74,
21.01,
16.53,
20.38,
8.62,
7.8,
23.56,
15.24,
19.91
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.