medNA | R Documentation |
This is a wrapper for median(x, na.rm = TRUE)
.
medNA(x)
x |
An object for which a method has been defined, or a numeric vector containing the values whose median is to be computed. |
Returns a length-one object of the same type as x
, except when x is logical or integer of even length, when the result will be double.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.