Learn R Programming

SlideCNA (version 0.1.0)

mode: Subfunction of long_to_bin() that finds mode of vector/column

Description

This function finds the mode of a vector

Usage

mode(x)

Value

mode of the vector

Arguments

x

vector (column in data.table) to calculate the mode from