quantile_to_range_long: Change Data from a Plain Quantile Format to a Long Range...

quantile_to_range_longR Documentation

Change Data from a Plain Quantile Format to a Long Range Format

Description

Transform data from a format that uses quantiles only to one that uses interval ranges to denote quantiles.

Usage

quantile_to_range_long(data, keep_quantile_col = TRUE)

Arguments

data

a data.frame in quantile format

keep_quantile_col

keep the quantile column in the final output after transformation (default is FALSE)

Value

a data.frame in a long interval range format


scoringutils documentation built on Feb. 16, 2023, 7:30 p.m.