cixk: Confidence interval for the population mean when standard...

Description Usage Arguments Value Examples

Description

Confidence interval for the population mean when standard deviation is KNOWN

Usage

1
cixk(x, sigma, c)

Arguments

x

A vector of values in a distribution

sigma

A value for the population standard deviation

c

A value for the confidence level in whole number form...no decimals

Value

A confidence interval for the population mean

Examples

1
2
cixk(Orange$age, 920, 95)
cixk(Orange$age, 920, 99)

curryhilton/ci documentation built on May 14, 2019, 12:51 p.m.