Learn R Programming

scoringutils (version 0.1.7.2)

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

Description

Legacy function that will not be supported in future updates.

Usage

quantile_to_range(data, keep_quantile_col = FALSE)

Arguments

data

a data.frame following the specifications shown in the example range_example_data_long)

keep_quantile_col

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

Value

a data.frame in long format