# The Gillet1993 presents data from appletrees having grafts.
Gillet1993
# run the base analysis
w <- anofa( Freq ~ species * location * florished, Gillet1993)
# display a plot of the results
anofaPlot(w)
# show the anofa table where we see the 3-way interaction
summary(w)
# This returns the expected marginal frequencies analysis
e <- emFrequencies(w, Freq ~ species * location | florished )
summary(e)
# as seen, all the two-way interactions are significant. Decompose one more degree:
f <- emFrequencies(w, Freq ~ species | florished * location )
summary(f)
Run the code above in your browser using DataLab