R/binomial_enrichment.R
binomial_basic.Rd
does a binomial test
binomial_basic( positive_cases, total_cases, p_expected = 0.5, direction = "two.sided", conf_level = 0.95 )
number of positive instances
total number of cases observed
what is the expected probability
which direction is the test
confidence level for the confidence interval
list