# NOT RUN {
data(Meat)
# Presence of clusters or...
with(Meat,plot(paired(AOAC,Babcock)))
# group effect according to Meat type?
with(Meat,plot(paired(AOAC,Babcock),group=MeatType))
with(Meat,plot(paired(AOAC,Babcock),group=MeatType,facet=FALSE))
# }
Run the code above in your browser using DataLab