baytrends (version 1.1.0)

lcens-class: Left-censored Data

Description

Class "lcens" describes left-censored data. From smwrQW package.

Arguments

Slots

.Data

a 2-column matrix that contains the value and the detection limit of the left-censored data. Missing values are permitted.

censor.codes

a logcial value, TRUE indicates a censored value, FALSE indates an uncensored value. Missing values are permitted only for missing values in .Data.

names

a character vector of unique names for each element in .Data.

Objects from the Class

Objects can be created by calls to as.lcens.

References

Lorenz, D.L., in preparation

Examples

Run this code
# NOT RUN {
showClass("lcens")

# }

Run the code above in your browser using DataLab