You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a remove_outliers(df, variable, treshold=1.96) function.
Goal: returns the dataframe without the outliers (based on one variable)
Problem: I don't know how to use dplyr::filter() (or any dplyr function) inside a function, for it does not take string variable as an argument. There must be a way to do it though...
The text was updated successfully, but these errors were encountered:
Add a remove_outliers(df, variable, treshold=1.96) function.
Goal: returns the dataframe without the outliers (based on one variable)
Problem: I don't know how to use dplyr::filter() (or any dplyr function) inside a function, for it does not take string variable as an argument. There must be a way to do it though...
The text was updated successfully, but these errors were encountered: