bin_int: creates a confidence level for the mean of independent binary...

Description Usage Arguments

View source: R/ggintervals.R

Description

creates a confidence level for the mean of independent binary data, using the exact test (which yields intervals that are a little conservative for small sample sizes, but guaranteed to capture >= 0.95 probability)

Usage

1
bin_int(x, conf.int = 0.95)

Arguments

x

a vector of (numeric) binary 0s and 1s

conf.int

the size of the confidence interval


langcomp/ggintervals documentation built on May 20, 2019, 7:55 p.m.