prop_min: Gets proportion of least repeated value

View source: R/descriptive.R

prop_minR Documentation

Gets proportion of least repeated value

Description

Returns the proportion for the least repeated value

Usage

prop_min(x, ignore.na = TRUE)

Arguments

x

A categorical variable

ignore.na

Should NA values be ignored for computing proportions?

Value

A proportion


clickR documentation built on Aug. 8, 2023, 1:11 a.m.