mean.lcens | R Documentation |
Computes the arithemtic mean. These functions return NA
and are
designed to stop the user from accidentally using the function mean
on censored data.
## S3 method for class 'lcens' mean(x, ...) ## S3 method for class 'mcens' mean(x, ...)
x |
the censored data object. |
... |
not used, require for other methods. |
An error message.
The mean and standard deviation of censored data should be computed
using censStats
.
censStats
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.