Learn R Programming

archdata (version 1.0)

Olorgesailie.sub: Stone tool subclasses, Olorgesailie, Kenya

Description

The data represent the number of specimens in each of 16 artifact subclasses recovered from 19 localities at the Lower Paleolithic site of Olorgesailie as described in Isaac (1977).

Usage

data(Olorgesailie.sub)

Arguments

encoding

UTF-8

source

Isaac, Glynn Ll. 1977. Olorgesailie: Archeological Studies of a Middle Pleistocene Lake Basin in Kenya. The University of Chicago Press.

Details

The data come from Table E1 in Isaac (1977: 239). The Locality contains the column headings in the original table. The rownames are the same as those in Olorgesailie.maj. The attribute Variables in the data frame includes the full variable names. Potts (2011) provides updated information on the site complex.

References

Potts, R. 2011. Olorgesailie--Retrospective and current synthesis. In Casting the net wide: papers in honor of Glynn Isaac and his approach to human origins research, edited by J. Sept and D. Pilbeam, pp 1--20. American School of Prehistoric Research Monographs in Archaeology and Paleoanthropology.

Examples

Run this code
data(Olorgesailie.sub)
# Chi square after removing the first two columns and simulating the p
# value since there are a number of very small expected values
chisq.test(Olorgesailie.sub[,3:18], simulate.p.value=TRUE)
# Compute percentages over the localities
Olor.pct <- prop.table(as.matrix(Olorgesailie.sub[,3:18]), 1)*100
boxplot(Olor.pct, cex.axis=.7)

Run the code above in your browser using DataLab