View source: R/is_outside_quantiles.R
is_outside_quantiles | R Documentation |
Function to test elements of a vector are within a given quantile.
is_outside_quantiles(x, probabilities = c(0.01, 0.99), type = 7, na.rm = TRUE)
x |
A numeric vector. |
probabilities |
A numeric vector with the length of |
type |
Method to use to calculate the quantiles. |
na.rm |
Should |
Logical vector with length of x
.
Stuart K. Grange
quantile
, calculate_quantiles
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.