Medians of Rows
rowMedians.RdCompute the sample medians of the rows of a data.frame or matrix.
Examples
m <- matrix( 1:12, nrow = 4 )
rowMedians( m )
#> [1] 5 6 7 8
rowMedians.RdCompute the sample medians of the rows of a data.frame or matrix.
m <- matrix( 1:12, nrow = 4 )
rowMedians( m )
#> [1] 5 6 7 8