mymode | R Documentation |
The mode
mymode(x)
x |
vector of data |
the mode of the data (most frequent)
Taken from a web page originally and then adapted https://www.tutorialspoint.com/r/r_mean_median_mode.htm
## Not run:
mymode(ddt$LENGTH)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.