format_interval | R Documentation |
Useful to format a 3-values statistic in the "point statistic [interval boundaries]" format.
format_interval(interval, percent = FALSE)
interval |
A 3 values vector describing a point estimate and two interval boundaries. |
percent |
Whether to format the results as percentages. |
A string in the "point statistic [interval boundaries]" format.
BaySREn:::format_interval(qbeta(c(.05, .5, .95), 10, 14), percent = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.