baytrends (version 1.1.0)

mean.lcens: 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 lcens
mean(x, ...)

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

Arguments

x

the censored data object.

not used, require for other methods.

Value

An error message.