prop.conf: Confidence functions for prop Test

Description Usage Arguments Value Examples

Description

Computes confidence functions for proportion tests on vectors of data.

Usage

1
prop.conf(x, n, method = "mid", plot = TRUE, fullrange = "99.9 CI")

Arguments

x

a vector of counts of successes.

n

a vector of counts of trials.

method

a character string specifying the method of creating the functions, must be one of "mid" (default) or "Z"

plot

a logical indicating whether you want the plots to be generated.

fullrange

a character string specifying the range of the plots, must be one of "99.9 CI" (default) or "full"

Value

A list containing the confidence functions.

Examples

1
prop.conf(300, 733)

ddarmon/confdist documentation built on Aug. 8, 2020, 4:44 p.m.