get_prob_labels: Get the labels for quantile

Description Usage Arguments Value Examples

View source: R/quantile_estimation_functions_master.R

Description

This function returns a set of string labels given a vector of probabilities

Usage

1

Arguments

probs

a vector of probabilities (see get_configuration() for an example of a vector)

Value

Returns a vector of string labels starting with a p (e.g. c("p250","p500", "p750")

Examples

1
get_prob_labels(c(0.025,0.05, 0.25,0.5,0.75,0.95,.975))

lmullany/iddquantiles documentation built on June 21, 2020, 7:28 p.m.