powered by
This function is vectorized.
confIntSD(x, n = NULL, conf.level = 0.95)
A vector or matrix.
Either a standard deviation, in which case n must also be provided, or a vector, in which case n must be NULL.
n
The sample size is x is a standard deviation.
x
The confidence level
ufs::confIntSD(mtcars$mpg); ufs::confIntSD(c(6, 7), c(32, 32));
Run the code above in your browser using DataLab