Problem10.7 <- data.frame(
"BrakeHorsepower" = c(
225,
212,
229,
222,
219,
278,
246,
237,
233,
224,
223,
230
),
"Rpm" = c(
2000,
1800,
2400,
1900,
1600,
2500,
3000,
3200,
2800,
3400,
1800,
2500
),
"RoadOctaneNumber" = c(
90,
94,
88,
91,
86,
96,
94,
90,
88,
86,
90,
89
),
"Compression" = c(
100,
95,
110,
96,
100,
110,
98,
100,
105,
97,
100,
104
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.