minMedian {kpmt} | R Documentation |
Computes the minimal median of a vector or matrix.
minMedian(x)
x |
a vector or matrix of real numbers. if a matrix, then the minimal median will be computed for each column. |
the minimal median of x.
minMedian(1:6) # returns 3