This is a simple data set that communicates directed dyads in the Correlates of War data that appear in the same year,
but not in any particular day in the year. They are used in an anti-join in the create_dyadyears() function in this package.
Format
A data frame the following four variables.
ccode1a numeric vector for the Correlates of War state code for the first state
ccode2a numeric vector for the Correlates of War state code for the second state
yeara numeric vector for the year
in_psa constant that equals 1 if these data would appear in
create_dyadyears()if you were not careful to remove them.