View source: R/format_strings.R
format_confint | R Documentation |
This function takes a point estimate, lower CI, and upper CI and returns a formatted string with the results
format_confint(num, lower.ci, upper.ci)
num |
A point estimate |
lower.ci |
Lower bound of a confidence interval |
upper.ci |
Upper bound of a confidence interval |
An APA-formatted string of CI results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.