Learn R Programming

clickR (version 0.9.45)

prop_may: Gets proportion of most repeated value

Description

Returns the proportion for the most repeated value

Usage

prop_may(x, ignore.na = TRUE)

Value

A proportion

Arguments

x

A categorical variable

ignore.na

Should NA values be ignored for computing proportions?