ROlogit (version 0.1.2)

qqplot.EVT1: 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

Run this code
# NOT RUN {
hresid <- evd::rgumbel(n = 100, loc = 0, scale = 3)
qqplot.EVT1(hresid = hresid, scale = 3)
# }

Run the code above in your browser using DataLab