bin_mode | R Documentation |
Calculate the mode of binned variable
bin_mode(var, n_bins, data)
var |
The variable |
n_bins |
The number of bins with which to bin up the variable |
data |
The data set |
The mid point of the bin that occurs with the highest frequency.
bin_mode(log_rt, n_bins = 5, data = behmercrump)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.