View source: R/utility_math_funs.R
Median | R Documentation |
overloading function to calculate median when you have na's in vector
Median(..., na.rm = T)
... |
same parameters as median(...) |
na.rm |
a logical value indicating whether NA values should be stripped before the computation proceeds. |
median with na's ignored
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.