summary method for an objects of class c("retlev", "lax").

# S3 method for retlev
summary(object, digits, ...)

Arguments

object

an object of class c("retlev", "lax"), a result of a call to return_level.

digits

An integer. Used for number formatting with signif. If digits is not specified (i.e. missing) then signif() will not be called (i.e. no rounding will be performed).

...

Additional arguments. None are used in this function.

Value

Returns a list containing the list element object$call

and a numeric matrix matrix containing the MLE and estimated SE of the return level.

Examples

See the examples in return_level.

See also