meanCI: Asymptotic 95 percent confidence interval.

Description Usage Arguments Value Examples

View source: R/Price_FUNCTIONS.R

Description

This function computes the upper or lower 95 approximation and assumption of normality.

Usage

1

Arguments

x

A list of numeric values

type

Upper ("upr") or lower ("lwr") confidence interval boundary

Value

Confidence interval value

Examples

1
2
3
4
x<-runif(20)

meanCI(x,type="lwr")
meanCI(x,type="upr")

ctkremer/priceTools documentation built on May 28, 2019, 7:49 p.m.