| rowMedians {UComp} | R Documentation |
rowMedians
Description
Medians of matrix by rows
Usage
rowMedians(x, na.rm = TRUE, ...)
Arguments
x |
a matrix |
na.rm |
boolean indicating whether to remove nans |
... |
rest of inputs |
Value
A vector with all the medians
Author(s)
Diego J. Pedregal
See Also
colMedians, tests,
sumStats, gaussTest, ident,
cusum, varTest, conv,
armaFilter, dif, roots,
zplane, acft, slide,
plotSlide, Accuracy, tsDisplay,
size
Examples
s <- rowMedians(matrix(4, 3, 2))
[Package UComp version 5.0.4 Index]