qqplot.EVT1 {ROlogit}R Documentation

Make Q-Q plot for residual diagnostics.

Description

Make Q-Q plot for residual diagnostics.

Usage

qqplot.EVT1(hresid, scale)

Arguments

hresid

vector of numeric. The heuristic residuals.

scale

numeric. The scale parameter.

Examples

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

## End(Not run)

[Package ROlogit version 0.1.2 Index]