Dyads are capable of having multiple disputes in a given year,
which can create a problem for merging into a complete dyad-year
data frame. Consider the case of France and Italy in 1860, which
had three separate dispute onsets that year (MID#0112, MID#0113, MID#0306),
as illustrative of the problem. The default process in peacesciencer
employs several rules to whittle down these duplicate dyad-years for
merging into a dyad-year data frame. These are available in
add_cow_mids()
and add_gml_mids()
.
As of writing, the Correlates of War and Gibler-Miller-Little conflict
data record some -9s for fatalities. In those cases, dispute-level
fatality is momentarily recoded to be .5 (i.e. fatal, but without too
many fatalities). This is a missing data problem that Gibler and Miller
correct in a forthcoming publication in Journal of Conflict Resolution.
Until then, this function makes that kind of determination about
disputes with missing fatalities.
wc_fatality()
is a simple, less wordy, shortcut for the same function.