Learn R Programming

exdex (version 1.0.1)

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

Description

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

Usage

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

Arguments

x

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

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

See Also

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