View source: R/aggregatingMeta.R
MAD_ | R Documentation |
All pairs mean and sum of absolute differences
MAD_(x, ..., na.rm = getOption("na.omit", FALSE))
SAD_(x, ..., na.rm = getOption("na.omit", FALSE))
x |
a numeric vector or a formula. |
... |
additional arguments appended to |
na.rm |
a logical indicating whether NAs should be removed before calculating. |
the mean or sum of the absolute differences between each pair
of values in c(x,...)
.
mad()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.