archdata (version 1.2)

Mesolithic: British Mesolithic assemblages

Description

Counts of 5 different stone artifact types from 33 Mesolithic sites in Britain.

Usage

data("Mesolithic")

Arguments

Format

A data frame with 33 observations on the following 5 variables.

Microliths

Number of microliths

Scrapers

Number of scrapers

Burins

Number of burins

Axes

Number of axes

Saws

Number of saws

Details

Data on 33 Mesolithic (9000 - 4000 BCE) assemblages are a subset Pitts (1979) extracted from a set published by Mellars (1976). The data were scanned from Table A3 (Appendix A) in Baxter (1994).

Examples

Run this code
# NOT RUN {
data(Mesolithic)
Mesolithic.pct <- prop.table(as.matrix(Mesolithic), 1)*100
apply(Mesolithic.pct, 2, quantile)
cor(Mesolithic.pct)
# }

Run the code above in your browser using DataLab