hidd.mad | R Documentation |
Calculate the mean absolute deviation (MAD) of a vector if the number of its non-NA values is above a threshold. Otherwise, return NA.
hidd.mad(x, N.min.NA)
x |
a numeric vector |
N.min.NA |
a numeric threshold |
a numeric (either NA or the MAD of x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.