ci_prop: Confidence interval in a pool with two candidates.

View source: R/ci_prop.R

ci_propR Documentation

Confidence interval in a pool with two candidates.

Description

Confidence interval in a pool with two candidates.

Usage

ci_prop(x, n, alpha = 0.05)

Arguments

x

Number of votes to candidate 1.

n

Sample size.

alpha

Significance level. Default: alpha=0.05.

Examples

ic(217, 398, .05)
ic(181, 398, .05)
ic(170, 568, .05)

filipezabala/desempateTecnico documentation built on Jan. 13, 2023, 10:56 p.m.