frequencies {MDMA} | R Documentation |
Display frequency table
Description
Display frequency table with percentages and cumulative percentages.
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)
[Package MDMA version 1.1.0 Index]