Description Usage Arguments Value Examples
View source: R/cleaning_functions.R
Merge a results column with a detection limits column by overwriting the censored results values with the corresponding detection limit.
1 | mrg_cen_cols(qual, result, limit, nd = c("<", "nd", "ND"))
|
qual |
A character vector containing non-detect indicator strings, e.g., "<" or "ND". The strings used to indicate censored status can be edited in the "nd" argument. |
result |
A numeric vector of concentration measurements. |
limit |
A numeric vecotr of method detection limit/reporting limit values. |
nd |
A list indicating all the censoring flags included in the dataset. Defaults to "<", "nd", and "ND". |
A numeric vector.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.