qqplot.EVT1: Make Q-Q plot for residual diagnostics.

Description Usage Arguments Examples

Description

Make Q-Q plot for residual diagnostics.

Usage

1

Arguments

hresid

vector of numeric. The heuristic residuals.

scale

numeric. The scale parameter.

Examples

1
2
3
4
5
## Not run: 
hresid <- evd::rgumbel(n = 100, loc = 0, scale = 3)
qqplot.EVT1(hresid = hresid, scale = 3)

## End(Not run)

ROlogit documentation built on May 2, 2019, 6:49 a.m.

Related to qqplot.EVT1 in ROlogit...