Skip to content

Commit

Permalink
remove non-workng examples
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Nov 22, 2022
1 parent 5084ac0 commit f7b0edf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions R/check_outliers.R
Original file line number Diff line number Diff line change
Expand Up @@ -303,14 +303,6 @@
#' }
#'
#' insight::get_data(model)[outliers_list, ] # Show outliers data
#'
#' if (require("MASS")) {
#' check_outliers(model, method = c("mahalanobis", "mcd"))
#' }
#' if (require("ICS")) {
#' # This one takes some seconds to finish...
#' check_outliers(model, method = "ics")
#' }
#' }
#' @export
check_outliers <- function(x, ...) {
Expand Down
8 changes: 0 additions & 8 deletions man/check_outliers.Rd

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

0 comments on commit f7b0edf

Please sign in to comment.