make_conf | R Documentation |
Combines a list of values into formatted credible intervals.
make_conf(value, CrI = 90, reverse = FALSE)
value |
List of value to map into a string. Requires,
|
CrI |
Numeric, credible interval to report. Defaults to 90. |
reverse |
Logical, defaults to FALSE. Should the reported credible interval be switched. |
A character vector formatted for reporting
value <- list(median = 2, lower_90 = 1, upper_90 = 3)
make_conf(value)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.