outlierWF | R Documentation |
This function will flag outlier wells based the median_wormlength_um for wells.
outlierWF(data, ..., iqr = TRUE, thresh = NULL, filterWF = TRUE)
data |
A data frame output from the |
... |
<['dynamic-dots'][rlang::dyn-dots]> Variable(s) used to group the well summarized data. Variable names in data are supplied separated by commas and without quotes. The outliers will be detected across the wells within the group specified. |
iqr |
Logical, if |
thresh |
A numeric value used to calculate outliers. By default this parameter is set to |
filterWF |
Logical, if |
A single data frame identical to the input data with the outlier_WellFlag
variable added.
The outlier_WellFlag
variable is coded as "outlier"
for objects deemed outliers and NA_character_
for non-outliers.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.