Skip to content

Commit

Permalink
Updated example due to error in CRAN version of stray package
Browse files Browse the repository at this point in the history
  • Loading branch information
robjhyndman committed Dec 23, 2023
1 parent 88b6fa8 commit 557353c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/stray.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#' # Univariate data
#' y <- c(6, rnorm(49))
#' scores <- stray_scores(y)
#' threshold <- stray::find_threshold(scores)
#' threshold <- stray::find_threshold(scores, outtail = "max")
#' which(scores > threshold)
#' stray_anomalies(y)
#' # Bivariate data
Expand Down
2 changes: 1 addition & 1 deletion man/stray_scores.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 557353c

Please sign in to comment.