Change Data from a Sample Based Format to a Long Interval Range Format
Source:R/utils_data_handling.R
sample_to_range_long.Rd
Transform data from a format that is based on predictive samples to a format based on interval ranges
Usage
sample_to_range_long(
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