getmode | R Documentation |
Given a vector, return the mode (measure of central tendency). MATH 4753 Ass 1
getmode(v)
v |
a vector to calculate the statistical mode of. |
the mode of the give vector
getmode(cars$speed) getmode(c(1, 2, 2, 3, 3, 3, 4, 4, 4, 4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.