powered by
Computes the minimal median of a vector or matrix.
minMedian(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.
# NOT RUN { minMedian(1:6) # returns 3 # }
Run the code above in your browser using DataLab