Problem4.59 <- data.frame(
"Design" = c(
'1',
'1',
'1',
'1',
'2',
'2',
'2',
'2',
'3',
'3',
'3',
'3'
),
"Region" = c(
'NE',
'NW',
'SE',
'SW',
'NE',
'NW',
'SE',
'SW',
'NE',
'NW',
'SE',
'SW'
),
"NumberOfResponses" = c(
250,
350,
219,
375,
400,
525,
390,
580,
275,
340,
200,
310
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.