mya {confidence} | R Documentation |
Multi-Year Average
Description
Estimates the multi-year average of environmental properties and associated confidence intervals.
Usage
mya(x, ...)
Arguments
x |
object of class |
... |
further arguments to be passed to other methods |
Value
a data.frame
with the following columns:
MYA
:the multi-year arithmetic average;
PROB_LTT
:the probability that
MYA
is less than the target value specified;PROB_GTT
:the probability that
MYA
is greater than the target value specified;q05
:the lowerbound of the 90% confidence interval of
MYA
;q95
:the upperbound of the 90% confidence interval of
MYA
.
See Also
[Package confidence version 1.1-3 Index]