format_confint: Wrapper to format raw point estimate and lower and upper CI

View source: R/format_strings.R

format_confintR Documentation

Wrapper to format raw point estimate and lower and upper CI

Description

This function takes a point estimate, lower CI, and upper CI and returns a formatted string with the results

Usage

format_confint(num, lower.ci, upper.ci)

Arguments

num

A point estimate

lower.ci

Lower bound of a confidence interval

upper.ci

Upper bound of a confidence interval

Value

An APA-formatted string of CI results


silverer/statstring documentation built on Aug. 6, 2023, 11:48 a.m.