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
* addresses #177 & #49 & #47 for winsorizing based on the MAD
* forgot to push updated documentation
* new argument "method", updated NEWS, resolved failed test, #179
* update winsorize.numeric
added raw method
made the code easier to maintain by modularizing it
made doc more explicit about the methods
updated examples to visualize the effect
update NEWS
* minor modifications to docs
* removed tidyr from Suggests, replaced `tidyr::pivot_longer` with `datawizard::data_to_long` in vignette
* added new tests for new winsorization methods, insight::format_message(), data[] <- lapply...
Co-authored-by: RemPsyc <RemPsyc@users.noreply.github.com>
Co-authored-by: Mattan S. Ben-Shachar <matanshm@post.bgu.ac.il>
Originally posted #47
Current behavior: Thresholds are relative, based on top/bottom percentile.
Suggested behavior: This can be expanded in many ways:
The text was updated successfully, but these errors were encountered: