| freq | R Documentation |
freq Display a frequency distribution.
#'
freq(x, y = NULL, missing = FALSE, quietly = FALSE)
x |
As numbers, factors or text. |
y |
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 |
An array containing values of ...
Gilles Desve
Based on: Epi6 and Stata functionnality, available at https://github.com/.
table for 2by2 tables
freq(c(3,1,2,2,5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.