replaceBDLs | R Documentation |
Replaces values below a detection limit with a method of the analyst's choosing
replaceBDLs(data, valueCol = "value", mdlCol = "mdl", replacement = "mdl")
data |
dataframe |
valueCol |
name of column with sample values |
mdlCol |
name of column with detection limit associated with each value |
replacement |
how should values belwo the detection limit be treated? "mdl" (default) replaces values with the detection limit. Numeric multipliers are also allowed; "0.5" would set values at half of the detection limit. |
list replaceBDLs
returns a list the same length as list1 and list2
@importFrom utils setTxtProgressBar @importFrom utils txtProgressBar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.