Hi,
I have a data set with environmental data with some non-detect (ND) values. These are written as ND(xx). I would like to either divide the (xx) by 2, or set it to zero and ultimately get rid of the ND() part so that I can use it as a numerical value for my analysis.
Here's an example of what my data looks like:
0,096
ND(0,15)
0,11
0,11
ND(0,064)
ND(0,092)
I would like to use the number within the parenthesis in my analysis, but I don't know how to access it. Is there a way to do it?