R Dataset / Package car / Sahlins
On this R-data statistics page, you will find information about the Sahlins data set which pertains to Agricultural Production in Mazulu Village. The Sahlins data set is found in the car R package. You can load the Sahlins data set in R by issuing the following command at the console data("Sahlins"). This will load the data into a variable called Sahlins. If R says the Sahlins 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 Sahlins R data set. The size of this file is about 212 bytes.
Agricultural Production in Mazulu Village
Description
The Sahlins
data frame has 20 rows and 2 columns. The observations are households in a Central African village.
Usage
Sahlins
Format
This data frame contains the following columns:
- consumers
-
Consumers/Gardener, ratio of consumers to productive individuals.
- acres
-
Acres/Gardener, amount of land cultivated per gardener.
Source
Sahlins, M. (1972) Stone Age Economics. Aldine [Table 3.1].
References
Fox, J. (2008) Applied Regression Analysis and Generalized Linear Models, Second Edition. Sage.
Dataset imported from https://www.r-project.org.