Description Usage Arguments Value Examples
return the mode number
1 | util.get.mode(x, na.rm = TRUE)
|
x |
input array |
na.rm |
if remove na |
the mode number
1 2 | util.get.mode(c(rep(1,4), rep(2, 10)))
util.get.mode(c(rep('a',4), rep('b', 10)))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.