find_overlap: Find the overlap between episodes of democratization and...

View source: R/find_overlap.R

find_overlapR Documentation

Find the overlap between episodes of democratization and autocratization.

Description

Find the overlap between episodes of democratization and autocratization.

Usage

find_overlap(
  start_incl = 0.01,
  cum_incl = 0.1,
  year_turn = 0.03,
  cum_turn = 0.1,
  tolerance = 5
)

Arguments

episodes

The outcome of get_eps(), Episodes of Regime Transformation (ERT), to be used for finding potential overlaps (depending on individual parameter setting). By default with standard parameters.

Value

A summary message and data frame showing the overlaps between democratization and autocratization episodes.

Examples

#Don't run
#Find the overlap between democratization and autocratization episodes

#overlap <- find_overlap(episodes)


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