powered by
Produces basic, and hopefully useful, summary statistics on censored data.
censummary(obs, censored, groups)
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.
A censummary object.
censummary
Helsel, Dennis R. (2005). Nondectects and Data Analysis; Statistics for censored environmental data. John Wiley and Sons, USA, NJ.
# NOT RUN { data(DFe) with(DFe, censummary(Summer, SummerCen)) # }
Run the code above in your browser using DataLab