Description Usage Arguments Value Author(s) References Examples
Produces basic, and hopefully useful, summary statistics on censored data.
| 1 |     censummary(obs, censored, groups)
 | 
| obs | A numeric vector of observations. | 
| censored | A logical vector indicating TRUE where an observation in x is censored (a less-than value) and FALSE otherwise. | 
| groups | A factor vector used for grouping ‘obs’ into subsets. | 
A censummary object.
R. Lopaka Lee <rclee@usgs.gov>
Dennis Helsel <dhelsel@practicalstats.com>
Helsel, Dennis R. (2005). Nondectects and Data Analysis; Statistics for censored environmental data. John Wiley and Sons, USA, NJ.
| 1 2 |     data(DFe)
    with(DFe, censummary(Summer, SummerCen))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.