| returnLevelMethods {lite} | R Documentation | 
Methods for objects of class "returnLevel"
Description
Methods for objects of class "returnLevel" returned from
returnLevel.
Usage
## S3 method for class 'returnLevel'
plot(x, level = NULL, legend = TRUE, digits = 3, plot = TRUE, ...)
## S3 method for class 'returnLevel'
print(x, digits = max(3L, getOption("digits") - 3L), ...)
## S3 method for class 'returnLevel'
summary(object, digits, ...)
## S3 method for class 'summary.returnLevel'
print(x, ...)
Arguments
| x | an object of class  | 
| level | A numeric scalar in (0, 1).  The confidence level required for
the confidence interval for the  | 
| legend | A logical scalar.  Should we add a legend (in the top right
of the plot) that gives the approximate values of the MLE and
100 | 
| digits | For  For  For  | 
| plot | A logical scalar.  If  | 
| ... | For  For  | 
| object | an object of class  | 
Details
plot.returnLevel plots the profile log-likelihood for a
return level, provided that x returned by a call to
returnLevel using prof = TRUE.  Horizontal lines
indicate the values of the maximised log-likelihood and the critical level
used to calculate the confidence limits.
If level is smaller than x$level then approximate
100level% confidence limits are recalculated based on the
information contained in x$for_plot.
print.returnLevel prints the call to
returnLevel and the estimates and 100x$level%
confidence limits for the x$m-year return level.
Value
plot.returnLevel: a numeric vector of length 3 containing the
lower 100level% confidence limit, the MLE and the upper
100level% confidence limit is returned invisibly.
print.returnLevel: the argument x is returned, invisibly.
summary.returnLevel: a list containing the list element
object$call and a matrix matrix containing the MLE
and estimated SE of the return level.
print.summary.returnLevel: the argument x is returned,
invisibly.
Examples
See returnLevel.
See Also
returnLevel to perform frequentist threshold-based
inference for return levels.