Description Usage Arguments Value Examples
To create a frequency table for a vector (or matrix) x
1 | freq.table(x, cuts, dig = 4, mp = FALSE, ...)
|
x |
Data vector (or matrix). |
cuts |
Breaks (or number) of intervals. |
dig |
Number of digits. Defaults to 4. |
mp |
Logical variable for making histogram. Defaults to FALSE. |
... |
Other graphic parameters |
xtab Frequency Table
1 | freq.table(rnorm(100))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.