Description Usage Arguments Details Examples
Median Absolute Deviation
1 |
x |
numeric vectors whose median absolute deviation is wanted |
na.rm |
logical; if true, any |
MAD is computed by subtracting the median from each observation, taking the absolute value of each difference, and then computing the median.
Typically, MAD is divided by 0.6745. MADN = MAD / 0.6745
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.