Learn R Programming

assertive (version 0.2-6)

modal_value: The most common value in a vector.

Description

The modal value of a vector.

Usage

modal_value(x)

Arguments

x
vector to find the modal value of.

Value

  • The modal value of x.