Learn R Programming

MDMA (version 2.0.0)

frequencies: Display frequency table

Description

Display frequency table with percentages and cumulative percentages.

[Stable]

Usage

frequencies(x)

Value

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

Arguments

x

vector of values.

Author

Mathijs Deen

Examples

Run this code
frequencies(datasets::mtcars$carb)

Run the code above in your browser using DataLab