Description Usage Arguments Details Value Author(s)
Count the number of NAs before and after applying the function delete_outliers
1 | nas_before_after_outliers(df, factor_vars = NULL)
|
df |
dataset that we want to clean outliers |
factor_vars |
factor variables to delete outliers |
This function allows you to have a list where each sublist is the difference of NAs for each integer or numeric variable.
This function allows us to return a list which each sublist is for each of the integer and numeric variables where is going to be a dataset that counts the number of NAs before and after applying the function delete_outliers based on the factor variables (if there is one).
Eduardo Trujillo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.