episodes: Episodes of Regime Transformation (ERT)

episodesR Documentation

Episodes of Regime Transformation (ERT)

Description

Country-year data on episodes of regime transformation.

Usage

episodes

Format

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:

country_id

V-Dem numeric country identifier

year

Year

dem_ep

Binary indicator for a democratization episode

aut_ep

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"))

Details

These data can be re-generated by running [get_eps()] with the default settings.

Examples

data(episodes)
dplyr::glimpse(episodes)

vdeminstitute/ERT documentation built on Oct. 8, 2024, 10:42 p.m.