rmad {litteR} | R Documentation |
This is the Median Absolute Deviation divided by the median and is similar to the coefficient of variation.
rmad(x, na.rm = FALSE)
x |
a numeric vector |
na.rm |
logical. Should missing values be removed? |
Relative median absolute deviation (numeric vector of length 1).
https://en.wikipedia.org/wiki/Median_absolute_deviation