Normalize values in a vector by the modified z-score method.
Source:R/utils.R
scaling_modified_zscore.Rdscaling_modified_zscore Normalize values by the modified z-score method (uses median and median absolute deviation instead meean)
Examples
scaling_modified_zscore(rnorm(5))
#> [1] -0.2457277 2.0922012 0.4549440 0.0000000 -1.3147672