clean_ints | R Documentation |
Removes outliers based on quartiles or IQR
clean_ints(
x,
high = TRUE,
low = TRUE,
lower_q = 0.01,
upper_q = 0.99,
method = "quartile"
)
x |
numeric variable |
high |
clean upper bound |
low |
clean lower bound |
lower_q |
lower quartile |
upper_q |
upper quartile |
method |
method of cleaning either 'quartile' or 'iqr' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.