freqTable | R Documentation |
returns a frequency table with absolute and relative frequencies and cumulated frequencies
freqTable(werte)
werte |
factor with obeserved data |
dataframe table
x <- ceiling(stats::rnorm(20))
freqTable(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.