stat_mean_ci_2 {uxr} | R Documentation |
Mean Confidence Intervals (Large Samples)
Description
Mean Confidence Intervals (Large Samples)
Usage
stat_mean_ci_2(x, z)
Arguments
x |
values |
z |
z value |
Value
lower_ci, upper_ci
Examples
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)
[Package uxr version 0.2.0 Index]