Problem12.10 <- data.frame(
"A" = c(
'0',
'1',
'2',
'0',
'1',
'2',
'0',
'1',
'2',
'0',
'1',
'2',
'0',
'1',
'2',
'0',
'1',
'2'
),
"B" = c(
'0',
'0',
'0',
'1',
'1',
'1',
'2',
'2',
'2',
'0',
'0',
'0',
'1',
'1',
'1',
'2',
'2',
'2'
),
"C" = c(
'0',
'1',
'2',
'2',
'0',
'1',
'1',
'2',
'0',
'0',
'1',
'2',
'2',
'0',
'1',
'1',
'2',
'0'
),
"D" = c(
'0',
'1',
'2',
'1',
'2',
'0',
'2',
'0',
'1',
'0',
'1',
'2',
'1',
'2',
'0',
'2',
'0',
'1'
),
"CoEmis" = c(
66,
78,
90,
72,
80,
75,
68,
66,
60,
62,
81,
94,
67,
81,
78,
66,
69,
58
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.