Description Usage Arguments Value
divide a variable of interest 'vals' into intervals of length 'bin_len' return ids of 'vals' as a list
1 | discrete_bin(vals, bin_len)
|
vals |
is a numeric vector, the variable of interest |
bin_len |
is the interval to divide 'vals' by |
a list of ids for 'vals' divided by 'bin_len' into bins
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.