powered by
Format confidence intervals for nice printing
make_interval_entry(conf.low, conf.high, digits = 2)
a character vector of intervals
a numeric vector of lower bounds
a numeric vector of upper bounds
number of digits to retain
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)
Run the code above in your browser using DataLab