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)