episodes | R Documentation |
Country-year data on episodes of regime transformation.
episodes
A country-year dataset (class "tibble::tbl_df") with corresponding to the full V-Dem data set of cases, with three dozen columns related to the ERT coding. Key columns include:
V-Dem numeric country identifier
Year
Binary indicator for a democratization episode
Binary indicator for an autocratization episode
For information on the remaining columns, see the ERT codebook, which is installed along with the package. Try the following code to open it, might not work on Windows:
browseURL(system.file("ERT_codebook.pdf", package = "ERT"))
These data can be re-generated by running [get_eps()] with the default settings.
data(episodes)
dplyr::glimpse(episodes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.