Learn R Programming

BSDA (version 0.1)

Archaeo: Radiocarbon ages of observations taken from an archaeological site

Description

Data for Exercises 5.120, 10.20 and Example 1.16

Usage

Archaeo

Arguments

source

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

Examples

Run this code
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)

Run the code above in your browser using DataLab