Mode computation
calc_mode.Rd
Computation of the mode.
Examples
table(mtcars$cyl)
#>
#> 4 6 8
#> 11 7 14
calc_mode(mtcars$cyl)
#> [1] 8
calc_mode.Rd
Computation of the mode.
table(mtcars$cyl)
#>
#> 4 6 8
#> 11 7 14
calc_mode(mtcars$cyl)
#> [1] 8