powered by
Medians of matrix by rows
rowMedians(x, na.rm = TRUE, ...)
A vector with all the medians
a matrix
boolean indicating whether to remove nans
rest of inputs
Diego J. Pedregal
colMedians, tests, sumStats, gaussTest, ident, cusum, varTest, conv, armaFilter, dif, roots, zplane, acft, slide, plotSlide, Accuracy, tsDisplay, size
colMedians
tests
sumStats
gaussTest
ident
cusum
varTest
conv
armaFilter
dif
roots
zplane
acft
slide
plotSlide
Accuracy
tsDisplay
size
s <- rowMedians(matrix(4, 3, 2))
Run the code above in your browser using DataLab