powered by
Produces basic, and hopefully useful, summary statistics on censored data.
censummary(obs, censored, groups)
A censummary object.
censummary
A numeric vector of observations.
A logical vector indicating TRUE where an observation in x is censored (a less-than value) and FALSE otherwise.
A factor vector used for grouping `obs' into subsets.
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.
data(DFe) with(DFe, censummary(Summer, SummerCen))
Run the code above in your browser using DataLab