You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this really useful tool. I'm flagging a small issue with the ATOP alliances data, which has all zeros in dyad-year data for 2019 and 2020.
Here's a simple example: alliance.min <- create_dyadyears(system = "cow", mry = TRUE, directed = FALSE) %>% add_atop_alliance()
Tabulating the number of dyads with a defense pact returns all 0s for defensive alliances in 2019 or 2020. table(alliance.min[alliance.min$year >= 2019, ]$atop_defense)
I think these should be NA, as ATOP 5.0 stops at the end of 2018.
The text was updated successfully, but these errors were encountered:
Thanks for this really useful tool. I'm flagging a small issue with the ATOP alliances data, which has all zeros in dyad-year data for 2019 and 2020.
Here's a simple example:
alliance.min <- create_dyadyears(system = "cow", mry = TRUE, directed = FALSE) %>% add_atop_alliance()
Tabulating the number of dyads with a defense pact returns all 0s for defensive alliances in 2019 or 2020.
table(alliance.min[alliance.min$year >= 2019, ]$atop_defense)
I think these should be NA, as ATOP 5.0 stops at the end of 2018.
The text was updated successfully, but these errors were encountered: