fqtable | R Documentation |
Tabulate and return relative frequencies of values
fqtable(vect, scaling = 1, hightolow = TRUE, accumulate = FALSE, ...)
vect |
input vector |
scaling |
multiple frequencies by this scaling factor (e.g, 100 to get percentages) |
hightolow |
should returned frequency table elements be sorted from high to low? |
accumulate |
include a 'cummulative frequency' column |
... |
additional arguments passed to 'table' function |
data.frame with unique values, counts, and frequencies
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.