plot.ugrpl | R Documentation |
Diagnostic plots for the Unit Gamma regression with parametric link function
## S3 method for class 'ugrpl'
plot(
x,
which = 1:4,
type = c("quantile", "pearson", "response", "deviance"),
ask = prod(graphics::par("mfcol")) < length(which) && grDevices::dev.interactive(),
...
)
x |
an object of class |
which |
numeric. If a subset of the plots is required, specify a subset of the numbers \code1:8. See details below. |
type |
character; it specifies which residual should be produced
in the summary plot. The available arguments are |
ask |
logical. If |
... |
further arguments passed to or from other methods. |
The which
argument can be used to select a subset of currently eight supported
types of displays. The displays are:
which = 1
:residuals vs fitted values
which = 2
:residuals vs indices of observations
which = 3
:normal probability plot of the residuals. Recall that only the quantile residuals have a standard normal distribution.
which = 4
:local influence versus indices of observations under the case-weights perturbation scheme.
which = 5
:generalized leverage versus indices of observations.
which = 6
:response vs fitted values.
which = 7
:autocorrelation plot of the residuals.
which = 8
:partial autocorrelation plot of the residuals.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.