Description Usage Arguments Value Author(s) Examples
Cuts a quantitative variable in n equal parts
1 | cut_quanti(x, n, ...)
|
x |
a numeric vector |
n |
numeric, the number of parts: 2 to cut according to the median, and so on... |
... |
other arguments to be passed in |
A factor vector
Hugo Varet
1 | cut_quanti(cgd$height, 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.