Tukey Nonadditivity Plot for Two-way ANOVA
This function produces a Tukey nonadditivity plot for a two-way ANOVA model.
TukeyNonaddPlot(formula, data, out = "n", main = "Tukey Nonadditivity Plot", ylab = "Residuals")
formula |
A formula for a two-way ANOVA in the form Response=FactorA+FactorB (or FactorA*FactorB) |
data |
A dataframe |
out |
Control what is returned. Default is "n"=nothing. Other options are "comp" for the comparisons, "line" for the equation of the line, and "resid" for the cell residuals. |
main |
Add a title, default is "Tukey Nonadditivity Plot" |
ylab |
Label vertical axis, default is "Residuals" |
More details need to be written
Depends on the option set with out
.
data(Dinosaurs) TukeyNonaddPlot(Iridium~Source*factor(Depth),data=Dinosaurs)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.