| returnLevelMethods | R Documentation |
"returnLevel"Methods for objects of class "returnLevel" returned from
returnLevel.
## 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, ...)
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 |
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.
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.
See returnLevel.
returnLevel to perform frequentist threshold-based
inference for return levels.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.