Description Usage Arguments Value Examples
View source: R/quantile_estimation_functions_master.R
This function returns a set of string labels given a vector of probabilities
1 | get_prob_labels(probs)
|
probs |
a vector of probabilities (see get_configuration() for an example of a vector) |
Returns a vector of string labels starting with a p (e.g. c("p250","p500", "p750")
1 | get_prob_labels(c(0.025,0.05, 0.25,0.5,0.75,0.95,.975))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.