Learn R Programming

BSDA (version 1.01)

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

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

Examples

Run this code
# NOT RUN {
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