plot
method for an objects of class c("confint_spm", "exdex")
.
# S3 method for confint_spm
plot(x, y = NULL, estimator = "all", ndec = 2,
...)
an object of class c("confint_spm", "exdex")
, a result of
a call to confint.spm
.
Not used.
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.
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
.
Nothing is returned.
See the examples in confint.spm
.
confint.spm
: confint
method for
class c("spm", "exdex")
.