Problem3.26 <- data.frame(
"CircuitType" = c(
'1',
'1',
'1',
'1',
'1',
'2',
'2',
'2',
'2',
'2',
'3',
'3',
'3',
'3',
'3'
),
"ResponseTime" = c(
9,
12,
10,
8,
15,
20,
21,
23,
17,
30,
6,
5,
8,
16,
7
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.