mode_: Calculate mode

View source: R/mode_.R

mode_R Documentation

Calculate mode

Description

Given a vector or a data frame, it calculates the mode and frequency.

Usage

mode_(...)

Arguments

...

Accepts vectors and data frames.

Details

If multiple columns of data frames are given, the most frequent combination of combinations and frequencies is computed. Large data frames cannot be calculated properly.


indenkun/infun documentation built on April 17, 2025, 2:52 p.m.