Description Usage Arguments Examples
Compute a sample mode
1 | sample_mode(x)
|
x |
Numeric vector |
1 2 3 4 | data(anchoring)
sample_mode(anchoring$everest_feet)
# Multiple modes give a warning:
sample_mode(c(1,1,1,2,2,2))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.