Description Usage Arguments Value Author(s) Examples
Confidence interval calulation for sample
1 | confint_vector(x, sigma = -1, alpha = 0.05)
|
x |
a numeric vector |
sigma |
the standard deviation.If you know the sd value, please set it to |
alpha |
significance level |
a data frame of basic statistics information
Weibin Huang<654751191@qq.com>
1 2 3 | set.seed(2019);x <- sample(1:1000,500,replace = T)
confint_vector(x)
confint_vector(x,sigma = 2) # Not be used as usual.It's because we always don't know the value of standard deviation.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.