plot.regres: plot method for regression results
Description
plot method for regression results
Usage
# S3 method for regres
plot(x, ny = 1, ...)
Arguments
x
regression results (object of class regres
)
ny
which response to show the plot for (if y is multivariate)
...
other plot parameters (see mdaplot
for details)
Details
Shows prediction plot for the results (the same as plotPredictions.regres
)