remove_outliers | R Documentation |
The remove_outliers
function removes rows from a dataset based on the presence
of outliers marked by a specific cluster ID (typically 100) in the pandora_cluster
column.
This function is meant to be used internally during downstream dataset analysis
to filter out data points that have been identified as outliers during clustering.
remove_outliers(dataset, settings)
dataset |
A data frame that includes clustering results, particularly a |
settings |
A list of settings. Must contain the logical value |
A filtered data frame with outliers removed if applicable.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.