Description Usage Arguments Examples
Calculates the median of an array excluding NAs
1 | naOmitMedian(mat, madAdjust=FALSE)
|
mat |
A single dimensional matrix |
madAdjust |
if |
1 2 3 4 5 | #Calculate the median of matrix mat omiting NAs
## Not run:
myMedian <-naOmitMedian(mat, madAdjust=TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.