Description Usage Arguments Details Value Examples
Calculates the mean absolute deviation from the sample mean
1 |
x |
A vector containing the observations. |
na.rm |
A logical value indicating whether or not missing values should be removed. Defaults to |
The aad function calculates the average (i.e. mean)
absolute deviation from the mean value of x, removing NA
values if requested by the user. It exists primarily to simplify the
discussion of descriptive statistics during an introductory stats class.
Numeric
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.