prob.ci: Confidence Interval for a Population Proportion

Description Usage Arguments Value Examples

View source: R/ch10-fn.R

Description

Confidence Interval for a Population Proportion

Usage

1
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

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

tjssu/Rstat documentation built on Aug. 8, 2020, 12:38 p.m.