Summary Method for class "aovRob"
DESCRIPTION:
Displays the AOV table for a class
aovRob
object.
USAGE:
summary.aovRob(object, ...)
REQUIRED ARGUMENTS:
- object
-
an
aovRob
object.
OPTIONAL ARGUMENTS:
- ...
-
additional arguments for summary.
VALUE:
a list containing the degrees of freedom, the robust F statistics, and the
p-values for the robust F statistics.
EXAMPLES:
aovRob.sum <- summary(aovRob(y~. , data = lawson.dat))