Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

binom.cloglog

Binomial confidence intervals using the cloglog parameterization


Description

Uses the complementary log (cloglog) parameterization on the observed proportion to construct confidence intervals.

Usage

binom.cloglog(x, n, conf.level = 0.95, ...)

Arguments

x

Vector of number of successes in the binomial experiment.

n

Vector of number of independent trials in the binomial experiment.

conf.level

The level of confidence to be used in the confidence interval.

...

ignored

Details

For derivations see doc/binom.pdf.

Value

A data.frame containing the observed proportions and the lower and upper bounds of the confidence interval.

Author(s)

Sundar Dorai-Raj (sdorairaj@gmail.com)

See Also

Examples

binom.cloglog(x = 0:10, n = 10)

binom

Binomial Confidence Intervals For Several Parameterizations

v1.1-1
GPL
Authors
Sundar Dorai-Raj <sundar.dorai-raj@pdf.com>
Initial release
2014-01-01

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.