confInt: Confidence Interval To Given Alpha

View source: R/confInt.R

confIntR Documentation

Confidence Interval To Given Alpha

Description

This little function returns the confidence interval associated to a given significance level alpha under the hypothesis of the Normal distribution is valid.

Usage

confInt(x, alpha = 0.05, distrib = "Normal", silent = FALSE, callFrom = NULL)

Arguments

x

(numeric) main input

alpha

(numeric) significance level, accepted type I error

distrib

(character) distribution, so far only Normal is implemented

silent

(logical) suppress messages

callFrom

(character) allow easier tracking of message(s) produced

Value

This function returns the confidence interval to a given alpha under the hypothesis of the Normal distribution.

See Also

TDist; confint

Examples


confInt(c(5,2:6))


wrMisc documentation built on Nov. 17, 2023, 5:09 p.m.