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
Profile plots could benefit from a trim_sd argument, which would remove outliers before binning numeric variables. An outlier would e.g. be defined as a value > trim_sd standard deviations away from the mean .
pr <- light_profile(flash, v = "some_variable", trim_sd = 3)
The text was updated successfully, but these errors were encountered:
Profile plots could benefit from a
trim_sd
argument, which would remove outliers before binning numeric variables. An outlier would e.g. be defined as a value >trim_sd
standard deviations away from the mean .The text was updated successfully, but these errors were encountered: