freq: Frequency distribution.

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/freq.R

Description

freq Display a frequency distribution. #'

Usage

1
freq(..., missing = FALSE, quietly = FALSE)

Arguments

...

As numbers, factors or text.

missing

If false then missing values are not included in the table A summary output of number of missing values is added at the end

quietly

No output, only return value

Value

An array containing values of ...

Author(s)

Gilles Desve

References

Based on: Epi6 and Stata functionnality, available at https://github.com/.

See Also

table for 2by2 tables

Examples

1
freq(c(3,1,2,2,5))

gdesve/epifield documentation built on Jan. 23, 2022, 10:03 a.m.