prop: Calculate proportion

propR Documentation

Calculate proportion

Description

Calculate proportion

Usage

prop(x, na.rm = TRUE)

Arguments

x

Input variable

na.rm

If TRUE missing values are removed before calculation

Value

Proportion of first level for a factor and of the maximum value for numeric

Examples

prop(c(rep(1L, 10), rep(0L, 10)))
prop(c(rep(4, 10), rep(2, 10)))
prop(rep(0, 10))
prop(factor(c(rep("a", 20), rep("b", 10))))


radiant-rstats/radiant.data documentation built on Jan. 19, 2024, 12:21 p.m.