mean.utils: calculate attributes relative to the mean of the observation series given, including geometric, stderr, LCL and UCL
Description
ll{
mean.geometric geometric mean
mean.stderr standard error of the mean (S.E. mean)
mean.LCL lower confidence level (LCL) of the mean
mean.UCL upper confidence level (UCL) of the mean
}
Usage
mean.geometric(x, ...)
mean.stderr(x, ...)
mean.UCL(x, ci = 0.95, ...)
mean.LCL(x, ci = 0.95, ...)
Arguments
x
a vector, matrix, data frame, or time series to calculate the modified mean statistic over