Plot Dispatch for fit.models Objects

DESCRIPTION:

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

USAGE:

plot.fit.models(x, ...)

REQUIRED ARGUMENTS:

x
a fit.models object.

OPTIONAL ARGUMENTS:

...
other arguments to be passed to the virtual plot method. See the virtual plot functions in the SEE ALSO section for the available options.

VALUE:

x is returned invisibly returned.

SIDE EFFECTS:

Plots are drawn on a graphics device.

SEE ALSO:

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

EXAMPLES:

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