ciProp: ciProp

Description Usage Arguments Value Examples

Description

ciProp provides confidence intervals for proportions.

Usage

1
ciProp(x, conf.int = 0.95)

Arguments

x

Vector of categorical data

conf.int

confidence interval, between .01 and .99.

Value

Vector containing the lower and upper confidence interval for each level of x

Examples

1
2
#x <- sample(c(1,2,3), 100, replace = T)
#ciProp(x)

TaylorAndrew/atAnalyze documentation built on May 9, 2019, 4:21 p.m.