View source: R/detect_outliers.R
get_outliers | R Documentation |
Calculate t-scores and p-values for a numeric vector, and compare against a given significance level threshold.
get_outliers(x, alpha)
x |
numeric: A vector of values. |
alpha |
numeric: Significance level for a two-tailed test. Defaults to 0.05. |
data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.