View source: R/metrics-univariate.R
count_distr_max | R Documentation |
Get the max proportion
count_distr_max(x)
x |
The value to get the maximun proportion. |
x <- sample(letters[1:3], prob = 1:3, size = 10000, replace = TRUE)
count_distr_max(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.