plot.gkwgof: Plot Method for gkwgof Objects

plot.gkwgofR Documentation

Plot Method for gkwgof Objects

Description

Creates a panel of diagnostic plots for assessing the goodness-of-fit of a model from the GKw family of distributions.

Usage

## S3 method for class 'gkwgof'
plot(x, title = NULL, ncols = 4, which = NULL, ...)

Arguments

x

An object of class "gkwgof", typically the result of a call to gkwgof.

title

Plot title

ncols

Number of columns to draw plots in graphics window

which

A numeric vector specifying which plots to display. If NULL (default), all available plots will be displayed.

...

Additional arguments to be passed to plotting functions.

Value

The input object x is returned invisibly.


gkwreg documentation built on April 16, 2025, 1:10 a.m.