Usage
## S3 method for class 'Renouv':
predict(object,
newdata = c(10, 20, 50, 100, 200, 500, 1000),
cov.rate = FALSE,
level = c(0.95, 0.7),
trace = 1, eps = 1e-06,
...)Arguments
object
An object of class "Renouv" typically created
by using the Renouv function.
newdata
The return period at which return levels and confidence
bounds are wanted.
cov.rate
If FALSE, the delta method will not take
into account the uncertainty on the event rate lambda
of the Poisson process. NOT IMPLEMENTED YET. At the time only
FALSE is possible.
level
Confidence levels as in other 'predict' methods (not
percentages).
trace
Some details are printed when trace is not zero.
eps
Level of perturbation used to compute the numerical
derivatives in the delta method.
...
Further arguments passed to or from other methods.