prob.ci: Confidence Interval for a Population Ratio

Description Usage Arguments Value Examples

View source: R/prob.ci.R

Description

Confidence Interval for a Population Ratio

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

The probability of an event.

Examples

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

jhk0530/Rstat documentation built on Dec. 20, 2021, 11:11 p.m.