Learn R Programming

confidence (version 1.1-3)

mya: Multi-Year Average

Description

Estimates the multi-year average of environmental properties and associated confidence intervals.

Usage

mya(x, ...)

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.

Arguments

x

object of class conf_input or a data.frame that can be coerced to an instance of class conf_input.

...

further arguments to be passed to other methods

See Also

conf