Description Usage Arguments Details
Combine bounds for presentation
1 | combine_ci(df, label, low = NULL, high = NULL)
|
df |
a dataframe or tibble. |
label |
name of the new column. |
low |
name of the column containing the lower bound of the confidence interval, default is NULL. |
high |
name of the column containing the upper bound of the confidence interval, default is NULL. |
If both low and high are null, will try and search for the appropriate columns to combine.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.