Frequency: Frequency Table

Description Usage Arguments See Also Examples

Description

Simulating the FREQ procedure of SPSS.

Usage

1
2
3
4
5
6
Frequency(.data, x = NULL, verbose = TRUE, ...)

## Default S3 method:
Frequency(.data, x = NULL, verbose = TRUE, ...)

Freq(.data, x = NULL, verbose = TRUE, ...)

Arguments

.data

The data.frame.

x

A column for which a frequency of values is desired.

verbose

A logical value, if TRUE, extra statistics are also provided.

...

Additional arguements (currently ignored)

See Also

freq, Crosstable.

Examples

1
2
3
4
5
6
data(cathedrals)

Frequency(cathedrals, Type)

# may work with operators like %>%
cathedrals %>% Frequency(Height)

SciencesPo documentation built on May 29, 2017, 9:28 p.m.