Description Usage Arguments Value Examples
Transform data from a format that is based on predictive samples to a format based on interval ranges
1 2 3 4 5 6 |
data |
a data.frame with samples |
range |
a numeric vector of interval ranges to extract
(e.g. |
type |
type argument passed down to the quantile function. For more
information, see |
keep_quantile_col |
keep quantile column, default is TRUE |
a data.frame in a long interval range format
1 2 3 | example_data <- scoringutils2::integer_example_data
quantile_data <- scoringutils2::sample_to_range_long(example_data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.