Problem11.3 <- data.frame(
"X1" = c(
0,
-1.4142135623731,
0,
1.4142135623731
),
"X2" = c(
1.4142135623731,
0,
-1.4142135623731,
0
),
"X3" = c(
-1,
1,
-1,
1
),
"Y" = c(
18.5,
19.8,
17.4,
22.5
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.