outlier_dataset | R Documentation |
NA
Replace outliers in columns of a data set with NA
outlier_dataset(
dataset,
columns = NULL,
type = c("iqr", "mean", "median"),
...
)
dataset |
A data set, usually a data frame. |
columns |
The names or indices of the columns whose outlier values are to be replaced; if |
type |
The type of outlier definition and detection.
|
... |
Dependent on |
The dataset
with replaced outliers.
outlier
.
Other Outlier:
outlier()
,
winsorize()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.