anti_Mode_alpha: Compute the NOT Mode of character data

View source: R/Mode_Functions.R

anti_Mode_alphaR Documentation

Compute the NOT Mode of character data

Description

This function returns the anti-mode of a vector(x).

Usage

anti_Mode_alpha(x)

Arguments

x

A vector cinsiting of two character values for which the Mode(x) is computed. x must be a vector of character values, missing values are dropped from computations; for numeric data use Mode.numeric().

Value

a character value, the value that is NOT the mode of x

Examples

x <- c("a","a","b","a","a","b")
anti_Mode_alpha(x)


JenC36/JACtools documentation built on Oct. 20, 2024, 8:05 a.m.