# NOT RUN {
data(ChickWeight)
# Look at the interesting discussion in Preece (1982)
# about degree of precision and t test
with(ChickWeight,plot(paired(Confinement,OpenRange)))
with(ChickWeight,stem(Confinement-OpenRange,scale=2))
# }
Run the code above in your browser using DataLab