powered by
Get Confidence Intervals Within Groups
get_confidence_intervals_within_groups(data, x, y, conf_level = 0.95)
results
data
var 1
var 2
Confidence level
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)
Run the code above in your browser using DataLab