Description Usage Arguments Value
View source: R/detect_outliers.R
Detect and remove outliers in physiological data.
1 | detect_outliers(data, rate = 1000, bin_length = 10, variable = "SBP")
|
data |
a data frame containing only numeric columns to be cleaned. |
rate |
a numeric, the sampling rate of the data. Note if the data was
downsampled out of |
bin_length |
the size of the binning window. Default is 10 seconds. |
variable |
the variable to use for outlier removal. Default is SBP. |
a cleaned data frame with outliers removed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.