View source: R/stat_mean_ci_2.R
stat_mean_ci_2 | R Documentation |
Mean Confidence Intervals (Large Samples)
stat_mean_ci_2(x, z)
x |
values |
z |
z value |
lower_ci, upper_ci
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.