Function for internal use only. It will not be exported.
outliers_anomaly(.data, time_column, vo2_column, cleaning_level)
a tibble
The data retrieved from incremental_normalize()
.
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.
The name (quoted) of the column containing the absolute oxygen uptake (VO2) data.
A numeric scalar between 0 and 1 giving the confidence level for the intervals to be calculated.