labelled_quantile: Convert a numeric into a quantile categorical variable,...

View source: R/labelled_quantile.R

labelled_quantileR Documentation

Convert a numeric into a quantile categorical variable, labelled by lower and upper bounds of quantiles (string)

Description

Convert a numeric into a quantile categorical variable, labelled by lower and upper bounds of quantiles (string)

Usage

labelled_quantile(x)

Arguments

x

Vector, column, or numeric variable to be passed through

Examples

labelled_quantile(c(1,1,1,1,2,3,5,5,6))

martinctc/surveytools documentation built on Nov. 21, 2024, 10:48 p.m.