Skip to contents

event data from ucdp for mexico

Usage

data(mexico)

Format

a data frame with dyadic event observations.

Source

ucdp georeferenced event dataset, version 23.1. https://ucdp.uu.se/downloads/

References

davies, s., pettersson, t., and oberg, m. (2023). organized violence 1989-2022, and the return of conflict between states. journal of peace research, 60(4), 691-708. doi:10.1177/00223433231185169 .

sundberg, r. and melander, e. (2013). introducing the ucdp georeferenced event dataset. journal of peace research, 50(4), 523-532. doi:10.1177/0022343313484347 .

Author

cassy dorff, shahryar minhas

Examples

data(mexico)
mexico[1:3, ]
#> # A tibble: 3 × 49
#>       id relid    year active_year code_status type_of_violence conflict_dset_id
#>    <dbl> <chr>   <dbl> <lgl>       <chr>                  <dbl> <chr>           
#> 1 182027 MEX-19…  1992 FALSE       Clear                      2 14353           
#> 2 182028 MEX-19…  1992 FALSE       Clear                      2 14353           
#> 3 182047 MEX-19…  1989 FALSE       Clear                      3 10              
#> # ℹ 42 more variables: conflict_new_id <dbl>, conflict_name <chr>,
#> #   dyad_dset_id <chr>, dyad_new_id <dbl>, dyad_name <chr>,
#> #   side_a_dset_id <chr>, side_a_new_id <dbl>, side_a <chr>,
#> #   side_b_dset_id <chr>, side_b_new_id <dbl>, side_b <chr>,
#> #   number_of_sources <dbl>, source_article <chr>, source_office <chr>,
#> #   source_date <chr>, source_headline <chr>, source_original <chr>,
#> #   where_prec <dbl>, where_coordinates <chr>, where_description <chr>, …