mrlplot(data, tlim, pscale = FALSE, nt = max(100, length(data)), lty =
c(2,1,2), col = 1, conf = 0.95, main = "Mean Residual Life Plot",
xlab = "Threshold", ylab = "Mean Excess", ...)
tlim
is not given, sensible defaults
are used.TRUE
, then the x-axis gives the threshold
exceedance probability rather than the threshold itself.matplot
. The first
and last elements of lty
correspond to the lower and
upper confidence limits respectively. Use zero to supress.matplot
.x
and y
is invisibly returned.
The components contain those objects that were passed to the formal
arguments x
and y
of matplot
in order to create
the mean residual life plot.fpot
, matplot
,
tcplot
data(portpirie)
mrlplot(portpirie)
Run the code above in your browser using DataLab