stat_mean_ci: Mean Confidence Intervals

View source: R/stat_mean_ci.R

stat_mean_ciR Documentation

Mean Confidence Intervals

Description

Mean Confidence Intervals

Usage

stat_mean_ci(x, alpha)

Arguments

x

values

alpha

alpha

Value

lower_ci, upper_ci

Examples

stat_mean_ci(c(1, 2, 3, 4, 5, 6, 7), 1.96)
stat_mean_ci(c(2, 4, 6, 8), 1.96)

uxr documentation built on Dec. 28, 2022, 2:03 a.m.