Learn R Programming

clickR (version 0.9.45)

prop_min: Gets proportion of least repeated value

Description

Returns the proportion for the least repeated value

Usage

prop_min(x, ignore.na = TRUE)

Value

A proportion

Arguments

x

A categorical variable

ignore.na

Should NA values be ignored for computing proportions?