mostFrequent: Most frequent value

Description Usage Arguments

View source: R/common.r

Description

Returns the most frequent value in a vector

Usage

1
mostFrequent(vec, w = NA)

Arguments

vec

The vector of labels

w

The weights of each elements (currently not used)


lpbrim documentation built on May 1, 2019, 8:42 p.m.

Related to mostFrequent in lpbrim...