Last data update: 2014.03.03

R: Finds the median
medianFreqR Documentation

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.

Author(s)

Tom Mayo t.mayo@ed.ac.uk

Results