Summary Method for Analysis of Variance Models

DESCRIPTION:

Returns a summary of the analysis of variance models stored in a fit.models object with virtual class aovfm.

USAGE:

summary.aovfm(object, ...)

REQUIRED ARGUMENTS:

object
a fit.models object with virtual class aovfm that contains the fitted models.

VALUE:

a summary.aovfm object with the following components:
mod.names
the names of the models in object.
calls
a list containing the call of each model in object.
aovtable
a list containing the ANOVA table for each model in object.

SEE ALSO:

, , , .

EXAMPLES:

lawson.aov <- aov(Loss ~ ., data=lawson.dat)
lawson.aovRob <- aovRob(Loss ~ ., data=lawson.dat)
lawson.summary <- summary(fit.models(lawson.aovRob, lawson.aov))
lawson.summary