Learn R Programming

spduration (version 0.17.2)

bscoup: B&S 2003 coup data

Description

Replication data from Belkin and Schofer's 2003 paper on coups.

Usage

bscoup

Arguments

Format

A data frame with 5463 observations of 14 variables:

countryid

Gleditsch and Ward country codes.

year

Year

couprisk

Structural coup risk index, see paper for details.

recentcoups

Alternative coup risk measure, running count of coups in past 10 years.

rwar

Country participated in war in past 10 years.

milreg

1=Military regime, 0=other

wealth

log of GDP per capita

instab

Domestic instability and violence.

coup

Indicator for successful coup.

africa

Indicator for countries in Africa.

eurnam

Indicator for countries in Europe and N. America.

samerica

Indicator for countries in South America.

camerica

Indicator for countries in Central America.

regconf

Regional conflict.

Examples

Run this code
data(bscoup)
table(bscoup$coup)
range(bscoup$year)

Run the code above in your browser using DataLab