confIntSD | R Documentation |
This function is vectorized.
confIntSD(x, n = NULL, conf.level = 0.95)
x |
Either a standard deviation, in which case |
n |
The sample size is |
conf.level |
The confidence level |
A vector or matrix.
ufs::confIntSD(mtcars$mpg);
ufs::confIntSD(c(6, 7), c(32, 32));
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.