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 thatMYA
is less than the target value specified;PROB_GTT
: the probability thatMYA
is greater than the target value specified;q05
: the lowerbound of the 90% confidence interval ofMYA
q95
: the upperbound of the 90% confidence interval ofMYA
See Also
[Package confidence version 1.1-2 Index]