Inequality and Instability: The Relation of Land Tenure to Politics (Russett, 1964)
Source:R/rd-Russett64.R
Russett64.RdA data set on inequality and political instability, to replicate an analysis from Russett (1964).
Format
A data frame with 47 observations on the following 10 variables.
countrya character vector for the country
demcata character vector for the type of political system, either "Stable Democracies", "Unstable Democracies", or "Dictatorships"
ginia numeric vector for the GINI coefficient
perc_farmsha numeric vector for the percent of farms with half the land
perc_farmsra numeric vector for the percent of farms that are rented
pia numeric vector for personnel instability
eiwa numeric vector for Eckstein's internal war measure
deathsa numeric vector for deaths from civil group violence per one million
gnppca numeric vector for gross national product per capita
perc_lfaa numeric vector for the percent of the labor force in agriculture
Details
The data are scraped from Table 1 and Table 3 of his article, to the best of my ability. I was initially hoping this could be a problem for ChatGPT and its OCR functionality. However, ChatGPT made an absolute mess of Table 1. The bulk of this is hand-coded. The data, as of right now, can effectively reproduce what Russett (1964) reports in his analyses, but it is not identical.
You should read the article to see the assorted citations and data caveats that Russett (1964) reports. Those are ultimately suppressed/ignored here.