outlier.find | R Documentation |
Encuentra los outliers de un dataframe. Identifique las celdas con un valor superior al límite * sd (por columnas)
outlier.find(data, cutoff = 3)
data |
dataframe |
cutoff |
Parametro de tolerancia para oultiers. |
Una lista de los outliers.
outlier.find(iris)
outliers <- outlier.find(iris)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.