get_ci | R Documentation |
Internal helper function for generating CIs.
get_ci(data, sd_mult = 1, ci = 0.95, which, parametric = TRUE)
data |
Numeric vector |
sd_mult |
SD multiplier. defaults to 1 |
ci |
0 to 1 |
which |
"high" or "low" |
parametric |
if TRUE, sd used, if FALSE, quantile |
numeric vector length 1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.