Learn R Programming

exdex (version 1.0.1)

plot.confint_spm: Plot diagnostics for a confint_spm object

Description

plot method for an objects of class c("confint_spm", "exdex").

Usage

# S3 method for confint_spm
plot(x, y = NULL, estimator = "all", ndec = 2,
  ...)

Arguments

x

an object of class c("confint_spm", "exdex"), a result of a call to confint.spm.

y

Not used.

estimator

A character vector specifying which of the three variants of the semiparametric maxima estimator to include in the plot: "N2015", "BB2018" or "BB2018b". See spm for details. If estimator = "all" then all three are included.

ndec

An integer scalar. The legend (if included on the plot) contains the confidence limits rounded to ndec decimal places.

...

Further arguments to be passed to plot.confint.

Value

Nothing is returned.

Examples

See the examples in confint.spm.

See Also

confint.spm: confint method for class c("spm", "exdex").