count_distr_max: Get the max proportion

View source: R/metrics-univariate.R

count_distr_maxR Documentation

Get the max proportion

Description

Get the max proportion

Usage

count_distr_max(x)

Arguments

x

The value to get the maximun proportion.

Examples


x <- sample(letters[1:3], prob = 1:3, size = 10000, replace = TRUE)

count_distr_max(x)

jbkunst/risk3r documentation built on March 19, 2024, 10:49 p.m.