Learn R Programming

scoringutils (version 0.1.7.2)

sample_to_range: Change Data from a Sample Based Format to a Long Interval Range Format

Description

Legacy function that will not be supported in future updates.

Usage

sample_to_range(data, range = c(0, 50, 90), type = 7, keep_quantile_col = TRUE)

Arguments

data

a data.frame with samples

range

a numeric vector of interval ranges to extract (e.g. c(0, 50, 90))

type

type argument passed down to the quantile function. For more information, see quantile

keep_quantile_col

keep quantile column, default is TRUE

Value

a data.frame in long format