Learn R Programming

exdex (version 1.0.1)

print.kgaps: Print method for a "kgaps" object

Description

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

Usage

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

Arguments

x

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

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 kgaps and the estimate of the extremal index \(\theta\).

See Also

kgaps for maximum likelihood estimation of the extremal index \(\theta\) using the \(K\)-gaps model.

confint.kgaps: confint method for class "kgaps".