Learn R Programming

exdex (version 1.0.1)

print.spm: Print method for an "spm" object

Description

print method for class c("spm", "exdex").

Usage

# S3 method for spm
print(x, digits = max(3L, getOption("digits") - 3L), ...)

Arguments

x

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

digits

The argument digits to print.default.

...

Additional arguments. None are used in this function.

Value

The argument x, invisibly, as for all print methods.

Details

Prints the original call to spm and the estimates of the extremal index \(\theta\), based on all three variants of the semiparametric maxima estimator and both sliding and disjoint blocks.

See Also

spm for estimation of the extremal index \(\theta\) using a semiparametric maxima method.

confint.spm: confint method for class "spm".