Skip to content

NADA and cenmle

4 messages · Cade, Brian, Shane Carey, Rich Shepard

#
On Thu, 14 Mar 2013, Shane Carey wrote:

            
Shane,

   If your data represent chemical concentrations of some sort then, yes,
the data must all be positive. You cannot have a chemical concentration less
than zero. If the negative values are actual, then what is the reporting
level? And what do they measure that is really a censored value?

   The concept of censored data, whether right or left censored, is that
there is no way of knowing the actual numeric value. In right-censored
survival analyses (e.g., medical trials) the death of an individual is
recorded. But, when the study ends for whatever reason, there are still
subjects alive and there's no way of knowing how long after the end of the
study they die. Ergo, their age at death is unknown or censored.

   With left censored data such as chemical constituent concentrations in
air, water, or some other medium, there is a concentration below which the
instruments cannot distinguish it from noise. All we know is that the
constituent is present but its concentration is somewhere between zero and
the detection/reporting limit. Therefore, having a number that is below this
detection/reporting limit is meaningless, and it cannot be negative. That's
why it is flagged as being censored. The cenmle() function assumes these
conditions to be true.

   Please keep this thread on the mail list so others can participate and
learn from the conversation.

Rich
#
On Thu, 14 Mar 2013, Shane Carey wrote:

            
Yep.

   Your first example would be recorded as

   1	TRUE

and your second example as

   10	TRUE

   Now, if both limits reflect different times or analytical methods for the
same chemical constituent, then you need two additional columns for the
lowest value (0) and the LLD (1 or 10) and a different analytical approach
for multiple reporting levels.

   Otherwise, you're on your way.

Rich