cut_quanti: Cut a quantitative variable in n equal parts

Description Usage Arguments Value Author(s) Examples

Description

Cuts a quantitative variable in n equal parts

Usage

1
cut_quanti(x, n, ...)

Arguments

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 cut

Value

A factor vector

Author(s)

Hugo Varet

Examples

1

packHV documentation built on May 2, 2019, 5:40 a.m.