Skip to content
Snippets Groups Projects
Commit 98ef77c0 authored by Boris Koch's avatar Boris Koch
Browse files

minor change

parent b222eb65
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
# Statistics functions for validation, evaluation, and visualization # Statistics functions for validation, evaluation, and visualization
# Outlier detection #### # Outlier detection ####
#' Outlier detection #' Outlier detection
#' #'
#' This function will return a score for potential outlier values (out_score). #' This function will return a score for potential outlier values (out_score).
...@@ -12,7 +11,7 @@ ...@@ -12,7 +11,7 @@
#' @param dt data.table or data.frame #' @param dt data.table or data.frame
#' @param check_col Name of column (quoted string) for which outlier detection should be performed #' @param check_col Name of column (quoted string) for which outlier detection should be performed
#' @param ... zero or more objects which can be coerced to character (and which are pasted together with no separator) or a single condition object. #' @param ... zero or more objects that can be coerced to character (and which are pasted together with no separator) or a single condition object.
#' @keywords misc #' @keywords misc
#' @import data.table plotly stats ggplot2 #' @import data.table plotly stats ggplot2
# grDevices # grDevices
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment