int.prop: Confidence interval of a proportion

View source: R/confidence.R

int.propR Documentation

Confidence interval of a proportion

Description

Confidence interval of a proportion

Usage

int.prop(proportion, n, conf.level = 0.95)

Arguments

proportion

: One or more proportions between 0 and 1.

n

: Number of individuals who determined these proportions

conf.level

: Confidence level (from 0 to 1)

Value

Confidence interval on a proportion.

Examples

int.prop(0.50,100,0.95)
#Will give the confidence interval on a proportion of 50% (0.5) calculated on a sample of 100 items.

Antoine-Masse/KefiR documentation built on Feb. 22, 2024, 5:54 a.m.