prob.ci: Confidence Interval for a Population Proportion

View source: R/ch10-fn.R

prob.ciR Documentation

Confidence Interval for a Population Proportion

Description

Confidence Interval for a Population Proportion

Usage

prob.ci(n, x, alp = 0.05, dig = 4)

Arguments

n

Sample size

x

Number of successes in a sample

alp

Level of significance, Default: 0.05

dig

Number of digits below the decimal point, Default: 4

Value

None.

Examples

prob.ci(n=200, x=15)

adoocavo/Rstat_M1 documentation built on March 19, 2022, 3:34 a.m.