View source: R/manage_outliers.R
manage_outliers | R Documentation |
This function appends a new column to the input data, marking potential outliers. Once identified, these outliers can either be removed or imputed.
manage_outliers(data, property)
data |
A dataset of class data.frame. |
property |
A string representing the property on which the range transformation is based. |
The input dataset, supplemented with a new Boolean column. TRUE signifies a high likelihood of an outlier, while FALSE signifies a low likelihood.
data("Klovan_2D_all_outlier")
manage_outliers(Klovan_2D_all_outlier, "P_Mg")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.