Get Confidence Intervals Within Groups
Source:R/get_confidence_intervals_within_groups.R
get_confidence_intervals_within_groups.Rd
Get Confidence Intervals Within Groups
Examples
A <- c(1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1)
B <- c(0, 1, 1, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 1, 0)
data <- data.frame(A, B)
get_confidence_intervals_within_groups(data, A, B)
#> lower_ci upper_ci
#> 1 0.0005694156 0.5904217