## Strike duration data
## Duration models example
library(haven)
# Source: http://cameron.econ.ucdavis.edu/mmabook/strkdur.dta
strikes <- read_dta("http://cameron.econ.ucdavis.edu/mmabook/strkdur.dta")
attr(strikes$dur, "format.stata") <- NULL
attr(strikes$gdp, "format.stata") <- NULL
usethis::use_data(strikes, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.