Last chance! 50% off unlimited learning
Sale ends in
add_cow_alliance()
allows you to add Correlates of War alliance
data to a dyad-year data frame
add_cow_alliance(data)
a dyad-year data frame (either "directed" or "non-directed")
add_cow_alliance()
takes a dyad-year data frame and adds information about
the alliance pledge in that given dyad-year. These include whether there was an alliance
with a defense pledge, neutrality pledge, non-aggression pledge, or pledge for consultation
in time of crisis (entente).
Duplicates in the original directed dyad-year alliance data were pre-processed. Check
cow_alliance
for more information.
Gibler, Douglas M. 2009. International Military Alliances, 1648-2008. Congressional Quarterly Press.
# NOT RUN {
# just call `library(tidyverse)` at the top of the your script
library(magrittr)
cow_ddy %>% add_cow_alliance()
# }
Run the code above in your browser using DataLab