View source: R/create_statedays.R
create_statedays | R Documentation |
create_statedays()
allows you to create state-day data from
either the Correlates of War (CoW) state system membership data or the
Gleditsch-Ward (gw) system membership data. The function leans on internal
data provided in the package.
create_statedays(system = "cow", mry = TRUE)
system |
a character specifying whether the user wants Correlates of War state-years ("cow") or Gleditsch-Ward ("gw") state-years. Correlates of War is the default. |
mry |
optional, defaults to TRUE. If TRUE, the function extends the
script beyond the most recent system membership updates to include observation
to the most recently concluded calendar year. For example, the Gleditsch-Ward
data extend to the end of 2020. When |
The function leans on data made available in the isard package.
create_statedays()
takes state system membership data provided
by either Correlates of War or Gleditsch-Ward and returns a simple state-day
data frame. The Gleditsch-Ward state days include the indicator communicating
whether the state is a microstate.
Steven V. Miller
Miller, Steven V. 2019. “Create Country-Year and (Non)-Directed Dyad-Year Data With Just a Few Lines in R” https://svmiller.com/blog/2019/01/create-country-year-dyad-year-from-country-data/
# CoW is default, will include years beyond 2016 (most recent CoW update)
create_statedays()
# Gleditsch-Ward, include most recent years
create_statedays(system="gw")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.