Learn R Programming

uxr (version 0.2.0)

stat_mean_ci: Mean Confidence Intervals

Description

Mean Confidence Intervals

Usage

stat_mean_ci(x, alpha)

Value

lower_ci, upper_ci

Arguments

x

values

alpha

alpha

Examples

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

Run the code above in your browser using DataLab