ci_to_str | R Documentation |
This function allows you to build a text string of confidence intervals. Notice that R round function goes to the even digit.
ci_to_str(fit, lower, upper, digits = 2)
ci_to_str(fit = 1.004, lower = 1.003, upper = 1.005001, digits = 3) ci_to_str(fit = 0.985, lower = .943, upper = 1.005001, digits = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.