Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pakistan/India initial years #12

Closed
chrisoclary opened this issue Dec 10, 2021 · 1 comment
Closed

Pakistan/India initial years #12

chrisoclary opened this issue Dec 10, 2021 · 1 comment

Comments

@chrisoclary
Copy link

chrisoclary commented Dec 10, 2021

Thank you for this package. But I wondered if I could ask about something to make sure I'm not misunderstanding a broader phenomenon. From what I can tell, Pakistan (ccode=770) begins in 1948 according to normal dataset-generating process you outlined on the website but India (ccode==750) begins in 1947. This may be an issue with the underlying COW data but I've not encountered it before when creating other monadic/dyadic datasets in New Gene or EUGene. Many thanks in advance. UPDATE: My apologies, I see it has to do with one of the other filters I applied, perhaps the politically relevant dyad screen.

@svmiller
Copy link
Owner

According to the Correlates of War and Gleditsch-Ward state system data, India and Pakistan emerge as independent states in 1947. Assuming you loaded {peacesciencer} and {tidyverse} into your session, you can see this for yourself with the state system data available in the package.

gw_states %>% filter(gwcode %in% c(750, 770))
cow_states %>% filter(ccode %in% c(750, 770))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants