combine_ci: Combine bounds for presentation

Description Usage Arguments Details

View source: R/formatix.R

Description

Combine bounds for presentation

Usage

1
combine_ci(df, label, low = NULL, high = NULL)

Arguments

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.

Details

If both low and high are null, will try and search for the appropriate columns to combine.


nt-williams/formatix documentation built on April 4, 2020, 6:11 p.m.