binom.confint {NNTbiomarker} | R Documentation |
Exact confidence intervals for a binomial proportion parameter.
binom.confint(k, n, alpha = 0.05, side = c("two", "upper", "lower"))
k |
#"heads" |
n |
sample size |
alpha |
Confidence level |
side |
Sidedness of the hypothesis: c("two", "upper", "lower") |