Description Usage Arguments Details Methods Author(s) Examples
Plots results obtained from a fitted regression model.
1 2 |
x |
an object of class 'fREG'. |
which |
a character string selectiong which plot should be displayed.
By default |
... |
additional arguments to be passed to the underlying plot functions. |
The plots are a set of graphs which are common to the regression
models implemented in the function regFit
. This includes
linear regression models use="lm"
,
robust linear regression models use="rlm"
,
generalized linear regression models use = "glm"
,
generalized additive regression models use = "gam"
,
prjection pursuit regression models use = "ppr"
,
neural network regression models use = "nnet"
, and
polytochomous MARS models use = "polymars"
.
In addition one can also use the original plot functions of the
original models, .e.g. plot(slot(object, "fit")
.
Generic function.
Plot function to display results obtained from a fitted regression model.
Diethelm Wuertz for the Rmetrics R-port.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.