confidence.bound: Confidence Bound

Description Usage Arguments Value Examples

Description

Confidence Bound

Usage

1
confidence.bound(p, n, conf = 0.95)

Arguments

p

Sample proportion; numeric

n

Number of observations; numeric

conf:

confidence level within the bounds

Value

dataframe with values of both bounds of each element

Examples

1
confidence.bound(c(0.7, 0.8), c(100000, 500), 0.95)

pierrecattin/thesis-resources documentation built on May 4, 2019, 8:42 a.m.