calc_mode: Mode computation

View source: R/calc_mode.r

calc_modeR Documentation

Mode computation

Description

Computation of the mode.

Usage

calc_mode(x)

Arguments

x

A vector

Value

A vector with the computed mode(s).

Examples


table(mtcars$cyl)

calc_mode(mtcars$cyl)


vbfelix/relper documentation built on Jan. 28, 2025, 12:15 p.m.