Rdocumentation
powered by
Learn R Programming
M3D (version 1.6.2)
medianFreq: Finds the median
Description
Returns the median of a list of values with corresponding frequencies. This is not intended to be called directly by the user.
Usage
medianFreq(values, freqs)
Arguments
values
A vector of the unique values that occur
freqs
A vector of the number of occurrences of each value
Value
Returns the median value of the data comprising each entry in values repeated the corresponding entry in freqs number of times, as a numeric.