quantile_to_range_long: 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)
Value
a data.frame in a long interval range format
Arguments
- data
a data.frame in quantile format
- keep_quantile_col
keep the quantile column in the final
output after transformation (default is FALSE)