confIntSD {rosetta} | R Documentation |
Confidence interval for standard deviation
Description
This function is vectorized.
Usage
confIntSD(x, n = NULL, conf.level = 0.95)
Arguments
x |
Either a standard deviation, in which case |
n |
The sample size is |
conf.level |
The confidence level |
Value
A vector or matrix.
Examples
rosetta::confIntSD(mtcars$mpg);
rosetta::confIntSD(c(6, 7), c(32, 32));
[Package rosetta version 0.3.12 Index]