R Dataset / Package car / Chirot
On this R-data statistics page, you will find information about the Chirot data set which pertains to The 1907 Romanian Peasant Rebellion. The Chirot data set is found in the car R package. You can load the Chirot data set in R by issuing the following command at the console data("Chirot"). This will load the data into a variable called Chirot. If R says the Chirot data set is not found, you can try installing the package by issuing this command install.packages("car") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the Chirot R data set. The size of this file is about 838 bytes.
The 1907 Romanian Peasant Rebellion
Description
The Chirot
data frame has 32 rows and 5 columns. The observations are counties in Romania.
Usage
Chirot
Format
This data frame contains the following columns:
- intensity
-
Intensity of the rebellion
- commerce
-
Commercialization of agriculture
- tradition
-
Traditionalism
- midpeasant
-
Strength of middle peasantry
- inequality
-
Inequality of land tenure
Source
Chirot, D. and C. Ragin (1975) The market, tradition and peasant rebellion: The case of Romania. American Sociological Review 40, 428–444 [Table 1].
References
Fox, J. (2008) Applied Regression Analysis and Generalized Linear Models, Second Edition. Sage.
Dataset imported from https://www.r-project.org.