Skip to content

Commit d55515f

Browse files
Update R/outliers.R
Co-authored-by: nmdefries <[email protected]>
1 parent 537056c commit d55515f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/outliers.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ detect_outlr_rm <- function(x = seq_along(y), y, n = 21,
236236
#' @template outlier-detection-options
237237
#' @template detect-outlr-return
238238
#'
239-
#' @details The STL decomposition is computed using the [`stats::stl()`]. Once
239+
#' @details The STL decomposition is computed using [`stats::stl()`]. Once
240240
#' computed, the outlier detection method is analogous to the rolling median
241241
#' method in [`detect_outlr_rm()`], except with the fitted values and residuals
242242
#' from the STL decomposition taking the place of the rolling median and

0 commit comments

Comments
 (0)