find_overlap | R Documentation |
Find the overlap between episodes of democratization and autocratization.
find_overlap(
start_incl = 0.01,
cum_incl = 0.1,
year_turn = 0.03,
cum_turn = 0.1,
tolerance = 5
)
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. |
A summary message and data frame showing the overlaps between democratization and autocratization episodes.
#Don't run
#Find the overlap between democratization and autocratization episodes
#overlap <- find_overlap(episodes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.