Learn R Programming

uxr (version 0.2.0)

stat_mean_ci_2: Mean Confidence Intervals (Large Samples)

Description

Mean Confidence Intervals (Large Samples)

Usage

stat_mean_ci_2(x, z)

Value

lower_ci, upper_ci

Arguments

x

values

z

z value

Examples

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

Run the code above in your browser using DataLab