qqplot.EVT1 | R Documentation |
Make Q-Q plot for residual diagnostics.
qqplot.EVT1(hresid, scale)
hresid |
vector of numeric. The heuristic residuals. |
scale |
numeric. The scale parameter. |
## Not run:
hresid <- evd::rgumbel(n = 100, loc = 0, scale = 3)
qqplot.EVT1(hresid = hresid, scale = 3)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.