Description Usage Arguments Details Value Examples
View source: R/residual_qq_plot.R
Produces a residual QQ plot based on fitted model objects returned from
gevreg
and ppreg
.
1 2 |
x |
An object returned from either |
y |
Not used. |
... |
Further arguments to be passed to |
If x
was returned from gevreg
then the
ordered (smallest to largest) residuals r_i, i = 1, ..., n are
plotted against the 100i / (n + 1)% i = 1, ..., n
quantiles of a standard Gumbel distribution.
If x
was returned from ppreg
then the
ordered residuals are plotted against the
100i / (n + 1)% i = 1, ..., n of a standard exponential
distribution.
Nothing is returned, only the plot is produced.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.