Description Usage Arguments Details Value Author(s) Examples
Display a pretty frequency table. It is only a wrapper to the function table
but with a richer output, at least for numerical variables.
1 | MLA.freq(x)
|
x |
a numeric vector. |
The output gives the different kinds of frequencies and cumulated frequencies: single frequencies, cumulated and back cumulated (absolute and relatives).
return a matrix with 7 columns: the modaldistinct values of x
, frequencies, relative frequencies, cumulated frequencies,
cumulated relative frequencies, back cumulated frequencies
and back cumulated relative frequencies.
Marcello Chiodi
1 2 3 4 5 | x=trunc(runif(1000)*10)
MLA.freq(x)
data(italycatalog)
MLA.freq(italycatalog$magn1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.