sample_to_range_long: Change Data from a Sample Based Format to a Long Interval...

sample_to_range_longR Documentation

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

Description

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

Value

a data.frame in a long interval range format


scoringutils documentation built on Feb. 16, 2023, 7:30 p.m.