Skip to contents

Given a number, returns the column name of a corresponding quantile column

Usage

quant_name(num)

Arguments

num

The quantile number.

Value

The quantile column name.

Examples

# "val_q50"
casteval:::quant_name(50)
#> [1] "val_q50"

# "val_q2.5"
casteval:::quant_name(2.5)
#> [1] "val_q2.5"