Learn R Programming

radiant.data (version 0.6.0)

mode_rm: Mode with na.rm = TRUE

Description

Mode with na.rm = TRUE

Usage

mode_rm(x, na.rm = TRUE)

Arguments

x
Input variable
na.rm
If TRUE missing values are removed before calculation

Value

Mode value

Examples

Run this code
mode_rm(diamonds$cut)

Run the code above in your browser using DataLab