plot.spARCH | R Documentation |
The function depicts several descriptive statistics of the residuals of a fitted spatial ARCH model.
## S3 method for class 'spARCH'
## S3 method for class 'spARCH'
plot(x, which = c(1:3), ask, ..., qqline = TRUE)
x |
spARCH object generated by |
which |
Index number of plot to be returned. |
ask |
if |
... |
Other arguments. |
qqline |
A line of the normal distribution for comparison is added to the Q-Q plot, if |
The function plot.spARCH
provides several descriptive plots to analyze the residuals of a fitted spatial ARCH model, namely (1) Moran's plot for residuals, (2) Moran's plot for squared residuals, and (3) Normal Q-Q plot for standardized residuals.
For details of moran.plot
see: help(moran.plot)
.
Philipp Otto philipp.otto@glasgow.ac.uk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.