Description Usage Arguments Examples
This function calculates individual observations outlier score with the Lof algorithm and returns the original data frame with the Lof outlier score, Lof stats and variables with the highest impact on the Lof score, as well as a data frame with the most outlying cases (approx. top 5
1 |
df |
A data frame |
1 2 3 4 5 6 7 | data <- recipes::credit_data %>%
apply_recipe(Status) %>%
prep(retain = TRUE) %>%
juice() %>%
select(-Status)
out <- apply_mov(data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.