
Uses the complementary log (cloglog) parameterization on the observed proportion to construct confidence intervals.
binom.cloglog(x, n, conf.level = 0.95, ...)
Vector of number of successes in the binomial experiment.
Vector of number of independent trials in the binomial experiment.
The level of confidence to be used in the confidence interval.
ignored
A data.frame
containing the observed
proportions and the lower and upper bounds of the confidence
interval.
For derivations see doc/binom.pdf.
binom.confint
, binom.bayes
,
binom.logit
, binom.probit
, binom.coverage
# NOT RUN {
binom.cloglog(x = 0:10, n = 10)
# }
Run the code above in your browser using DataLab