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

View source: R/ROlogit.R

qqplot.EVT1R 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)

ROlogit documentation built on June 8, 2025, 1:07 p.m.

Related to qqplot.EVT1 in ROlogit...