cut_quanti {packHV} | R Documentation |
n
equal partsCuts a quantitative variable in n
equal parts
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
cut_quanti(cgd$height, 3)