powered by
Data for Exercises 5.120, 10.20 and Example 1.16
Archaeo
A data frame with 60 observations on the following 6 variables.
phase1
a numeric vector
phase2
phase3
phase4
age
phase
# 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