meanStats: Arithmetic Mean

mean.lcensR Documentation

Arithmetic Mean

Description

Computes the arithemtic mean. These functions return NA and are designed to stop the user from accidentally using the function mean on censored data.

Usage

## S3 method for class 'lcens'
mean(x, ...)

## S3 method for class 'mcens'
mean(x, ...)

Arguments

x

the censored data object.

...

not used, require for other methods.

Value

An error message.

Note

The mean and standard deviation of censored data should be computed using censStats.

See Also

censStats


USGS-R/smwrQW documentation built on Oct. 11, 2022, 6:13 a.m.