Example3.5 <- data.frame(
"EstimationMethod" = c(
'1','1','1','1','1','1',
'2','2','2','2','2','2',
'3','3','3','3','3','3',
'4','4','4','4','4','4'
),
"Observation" = c(
0.34, 0.12, 1.23, 0.70, 1.75, 0.12,
0.91, 2.94, 2.14, 2.36, 2.86, 4.55,
6.31, 8.37, 9.75, 6.09, 9.82, 7.24,
17.15, 11.82, 10.95, 17.20, 14.35, 16.82
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.