TITLE(hsdplot @@ HSD Plots)
USAGE(
hsdplot(anova, row.effects=true)
)
ARGUMENTS(
ARG(anova @@ a list returned by LANG(anova.table).)
ARG(row.effects @@ if LANG(true) and the ANOVA is two-way,
then the HSD plot for the row effects is drawn,
otherwise for the column effects.
Ignored if the ANOVA is one-way.)
)
DESCRIPTION(
LANG(hdsplot) draws HSD plots in ANOVA.
For a oneway ANOVA, the function draws a HSD plot for the effects.
For two-way ANOVA, the plots are drawn for the row
effects if LANG(row.effects=true), otherwise the column effects.
)
