Archaeo {BSDA} | R Documentation |
Data for Exercises 5.120, 10.20 and Example 1.16
Archaeo
A data frame with 60 observations on the following 6 variables.
phase1
phase2
phase3
phase4
age
phase
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
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)