outlierKD | R Documentation |
Encuentra y quita outliers de un dataframe. Permite explorar la media y distribución con y sin ouliers, además de permitir decidir si remover los outliers del dataframe o no. Función tomada y modificada parcialmente de: https://datascienceplus.com/identify-describe-plot-and-removing-the-outliers-from-the-dataset/
outlierKD(dt, var)
dt |
dataframe |
var |
variable de interes, un vector o columna. |
Una variable sin outliers.
outlierKD(iris, Sepal.Length)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.