confInt {wrMisc} | R 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 |
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
Examples
confInt(c(5,2:6))
[Package wrMisc version 1.15.1 Index]