Archaeo {BSDA}R Documentation

Radiocarbon ages of observations taken from an archaeological site

Description

Data for Exercises 5.120, 10.20 and Example 1.16

Usage

Archaeo

Format

A data frame with 60 observations on the following 6 variables.

phase1
a numeric vector
phase2
a numeric vector
phase3
a numeric vector
phase4
a numeric vector
age
a numeric vector
phase
a numeric vector

Source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

str(Archaeo)
attach(Archaeo)
boxplot(age~phase,col="yellow",main="Example 1.16",xlab="Phase",ylab="Age")
anova(lm(age~as.factor(phase)))
detach(Archaeo)

[Package BSDA version 0.1 Index]