An R package to load, explore, and work with the Episodes of Regime Transformation (ERT) dataset - a project of the V-Dem Institute.
get_eps
: Identify episodes of regime transitions (autocratization, democratization) in the most recent V-dem data set. Autocratization is defined as any movement towards autocracy which starts within democracies or autocracies (cf. Maerz et al., Journal of Peace Research, 2023 and Lührmann and Lindberg, Democratization, 2019). Democratization is defined as any movement towards democracy which starts in autocracies or democracies (cf. Wilson et al., 2022)find_overlap
: Find potential overlaps between episodes of democratization and autocratization which may occur depending on how the thresholds are set.plot_episodes
: Plot Episodes of Regime Transitions (ERT) over time for a selected country.plot_all
: Plot share or absolute number of all countries in Episodes of Regime Transitions (ERT) over time.# Install the development version of the ERT package
# (this package is an ongoing project,
# keep checking for updates)
# First, you need to have the devtools package installed
install.packages("devtools")
# now, install the ERT package directly from GitHub
devtools::install_github("vdeminstitute/ERT")
# NOTE: make sure you have an updated R version and
# - since the package is a development version -
# an updated version of xcode (Mac), rtools (Windows), r-base-dev (Linux)
# installed. If you have troubles with the installation
# write to contact@v-dem.net at the V-Dem Institute.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.