outliers_linear {whippr} | R Documentation |
Linear method for detecting outliers from an incremental test
Description
Function for internal use only. It will not be exported.
Usage
outliers_linear(.data, time_column, vo2_column, cleaning_level)
Arguments
.data |
The data retrieved from |
time_column |
The name (quoted) of the column containing the time. Depending on the language of your system, this column might not be "t". Therefore, you may specify it here. |
vo2_column |
The name (quoted) of the column containing the absolute oxygen uptake (VO2) data. |
cleaning_level |
A numeric scalar between 0 and 1 giving the confidence level for the intervals to be calculated. |
Value
a tibble
[Package whippr version 0.1.3 Index]