frequencies: Display frequency table

View source: R/frequencies.R

frequenciesR Documentation

Display frequency table

Description

Display frequency table with percentages and cumulative percentages.

[Stable]

Usage

frequencies(x)

Arguments

x

vector of values.

Value

object of type data.frame containing frequencies, percentages and cumulative percentages.

Author(s)

Mathijs Deen

Examples

frequencies(datasets::mtcars$carb)

MDMA documentation built on April 3, 2025, 11:10 p.m.

Related to frequencies in MDMA...