make_interval_entry | R Documentation |
Format confidence intervals for nice printing
make_interval_entry(conf.low, conf.high, digits = 2)
conf.low |
a numeric vector of lower bounds |
conf.high |
a numeric vector of upper bounds |
digits |
number of digits to retain |
a character vector of intervals
conf.low <- c(-0.1652, 0.00304, -6.352)
conf.high <- c(0.3052, 0.00696, -1.648)
make_interval_entry(conf.low, conf.high)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.