CIt.fn: calculate confidence interval from t-distribution

Description Usage Arguments Value Author(s) Examples

View source: R/CIt.fn.R

Description

a function to calculate confidence interval of values from the t-distribution

Usage

1
CIt.fn(x, alpha = 0.05)

Arguments

x

a vector of values

alpha

to specify 1-alpha confidence interval

Value

CI

Author(s)

Xiaohua Douglas Zhang 05/2020

Examples

1
2
x = rnorm(1000)
  CIt.fn(x, alpha=0.5)

xhdouglas/HTScapacity documentation built on Dec. 10, 2020, 8:20 p.m.