Summary Dispatch for fit.models Objects

DESCRIPTION:

Examines the virtual.class attribute of the fit.models object and dispatches the appropriate virtual summary method.

USAGE:

summary.fit.models(object, models=1:length(object), ...)

REQUIRED ARGUMENTS:

object
a fit.models object.

OPTIONAL ARGUMENTS:

models
an integer vector used to subset the fit.models object.
...
other arguments to be passed to the virtual summary method. See the virtual summary functions in the SEE ALSO section for the available options.

VALUE:

a summary object corresponding to the virtual class of object.

SEE ALSO:

ANOVA Models:
Asymmetric Distribution Models:
Covariance/Correlation Models:
Discriminant Analysis Models:
Generalized Linear Models:
Linear Models:
Principal Components Models:

EXAMPLES:

stack.fm <- fit.models(list(Robust="lmRob", LS="lm"), Loss ~ .,
     data=stack.dat)
summary(stack.fm)